1
This commit is contained in:
@@ -94,6 +94,10 @@ func AutoSettingFakeDelivery() {
|
||||
// 获取刷单门店订单
|
||||
storeList := strings.Split(configList[0].Value, ",")
|
||||
for _, v := range storeList {
|
||||
if !strings.Contains(v, "-") {
|
||||
globals.SugarLogger.Errorf("newConfig 刷单门店配置异常")
|
||||
return
|
||||
}
|
||||
storeIdAndVendorId := strings.Split(v, "-")
|
||||
if len(storeIdAndVendorId) == model.NO {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user