This commit is contained in:
邹宗楠
2024-11-21 14:52:16 +08:00
parent 4790d70550
commit 7a8bf1b330

View File

@@ -445,7 +445,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
} }
} }
if storeID == 800162 { if storeID == 800369 {
globals.SugarLogger.Debugf("------foodDataList---%s", utils.Format4Output(foodDataList, false)) globals.SugarLogger.Debugf("------foodDataList---%s", utils.Format4Output(foodDataList, false))
globals.SugarLogger.Debugf("------storeSkuList---%s", utils.Format4Output(storeSkuList, false)) globals.SugarLogger.Debugf("------storeSkuList---%s", utils.Format4Output(storeSkuList, false))
} }