This commit is contained in:
邹宗楠
2025-08-20 18:18:32 +08:00
parent 32b50de6b9
commit 9a3484098e

View File

@@ -419,7 +419,7 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi
errList = append(errList, failedFoodList...)
for _, ffl := range failedFoodList {
if nameList[ffl.AppFoodCode] != "" {
globals.SugarLogger.Debugf("name := %s", nameList[ffl.AppFoodCode])
globals.SugarLogger.Debugf("name := %s,err := %s", nameList[ffl.AppFoodCode], ffl.ErrorMsg)
}
}
}
@@ -429,7 +429,7 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi
errList = append(errList, failedFoodList...)
for _, ffl := range failedFoodList {
if nameList[ffl.AppFoodCode] != "" {
globals.SugarLogger.Debugf("name := %s", nameList[ffl.AppFoodCode])
globals.SugarLogger.Debugf("name := %s,err := %s", nameList[ffl.AppFoodCode], ffl.ErrorMsg)
}
}
}