1
This commit is contained in:
@@ -419,7 +419,7 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi
|
|||||||
errList = append(errList, failedFoodList...)
|
errList = append(errList, failedFoodList...)
|
||||||
for _, ffl := range failedFoodList {
|
for _, ffl := range failedFoodList {
|
||||||
if nameList[ffl.AppFoodCode] != "" {
|
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...)
|
errList = append(errList, failedFoodList...)
|
||||||
for _, ffl := range failedFoodList {
|
for _, ffl := range failedFoodList {
|
||||||
if nameList[ffl.AppFoodCode] != "" {
|
if nameList[ffl.AppFoodCode] != "" {
|
||||||
globals.SugarLogger.Debugf("name := %s", nameList[ffl.AppFoodCode])
|
globals.SugarLogger.Debugf("name := %s,err := %s", nameList[ffl.AppFoodCode], ffl.ErrorMsg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user