This commit is contained in:
邹宗楠
2023-05-19 11:05:35 +08:00
parent 63e48268bf
commit 8a4c389aa5
2 changed files with 1 additions and 5 deletions

View File

@@ -95,7 +95,6 @@ func AutoSettingFakeDelivery() {
storeList := strings.Split(configList[0].Value, ",")
for _, v := range storeList {
storeIdAndVendorId := strings.Split(v, "-")
globals.SugarLogger.Debugf("========storeIdAndVendorId : %s", utils.Format4Output(storeIdAndVendorId, false))
orderList, err := dao.GetOrderListByStoreList(db, []int64{utils.Str2Int64(storeIdAndVendorId[0])}, utils.Str2Int(storeIdAndVendorId[1]))
if err != nil {
globals.SugarLogger.Errorf("获取门店刷单记录错误")