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

View File

@@ -95,6 +95,7 @@ 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("获取门店刷单记录错误")