This commit is contained in:
wucongxing 2023-10-24 11:57:29 +08:00
parent 2929c5b5f6
commit cfd25b5ff5

View File

@ -559,7 +559,7 @@ func (r *SystemInquiryConfigService) PutSystemInquiryConfig(systemInquiryConfigI
systemInquiryConfigData["duration"] = req.Duration
}
if req.Duration != systemInquiryConfig.Duration {
if req.MinInquiryPrice != systemInquiryConfig.MinInquiryPrice || req.MaxInquiryPrice != systemInquiryConfig.MaxInquiryPrice {
if systemInquiryConfig.InquiryType == 1 {
systemInquiryConfigData["min_inquiry_price"] = req.MinInquiryPrice
systemInquiryConfigData["max_inquiry_price"] = req.MaxInquiryPrice