This commit is contained in:
邹宗楠
2025-08-21 18:17:12 +08:00
parent 9a3484098e
commit 65b5013baf
2 changed files with 1 additions and 2 deletions

View File

@@ -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