This commit is contained in:
邹宗楠
2024-11-21 14:35:14 +08:00
parent 32c4b67da3
commit 4790d70550

View File

@@ -445,6 +445,10 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
} }
} }
if storeID == 800162 {
globals.SugarLogger.Debugf("------foodDataList---%s", utils.Format4Output(foodDataList, false))
globals.SugarLogger.Debugf("------storeSkuList---%s", utils.Format4Output(storeSkuList, false))
}
if globals.EnableMtwmStoreWrite { if globals.EnableMtwmStoreWrite {
if len(foodDataList) == 1 { if len(foodDataList) == 1 {
foodDataList[0]["skus"] = string(utils.MustMarshal(foodDataList[0]["skus"])) foodDataList[0]["skus"] = string(utils.MustMarshal(foodDataList[0]["skus"]))