1
This commit is contained in:
@@ -95,6 +95,9 @@ func AutoSettingFakeDelivery() {
|
||||
storeList := strings.Split(configList[0].Value, ",")
|
||||
for _, v := range storeList {
|
||||
storeIdAndVendorId := strings.Split(v, "-")
|
||||
if len(storeIdAndVendorId) == model.NO {
|
||||
continue
|
||||
}
|
||||
orderList, err := dao.GetOrderListByStoreList(db, []int64{utils.Str2Int64(storeIdAndVendorId[0])}, utils.Str2Int(storeIdAndVendorId[1]))
|
||||
if err != nil {
|
||||
globals.SugarLogger.Errorf("获取门店刷单记录错误")
|
||||
|
||||
Reference in New Issue
Block a user