1
This commit is contained in:
@@ -407,7 +407,6 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi
|
||||
foodDataList[k] = foodData
|
||||
nameList[foodData[mtwmapi.KeyAppFoodCode].(string)] = foodData["name"].(string)
|
||||
}
|
||||
|
||||
count := len(foodDataList) / 10
|
||||
if len(foodDataList)%10 != 0 {
|
||||
count += 1
|
||||
|
||||
Reference in New Issue
Block a user