This commit is contained in:
邹宗楠
2024-02-22 13:36:56 +08:00
parent 0c57c61122
commit b9c56ada98
2 changed files with 2 additions and 1 deletions

View File

@@ -314,6 +314,8 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi
}
foodDataList[k] = foodData
globals.SugarLogger.Debugf("=============fromSku := %s", utils.Format4Output(storeSku, false))
globals.SugarLogger.Debugf("=============foodDataList := %s", utils.Format4Output(foodData, false))
}
count := len(foodDataList) / 10