1
This commit is contained in:
parent
2929c5b5f6
commit
cfd25b5ff5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user