This commit is contained in:
邹宗楠
2023-09-22 15:55:24 +08:00
parent 7684862fbd
commit c58986e58c

View File

@@ -166,7 +166,7 @@ func BatchInitData(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi *mt
if storeSku.AppFoodCode != "" { if storeSku.AppFoodCode != "" {
foodData[mtwmapi.KeyAppFoodCode] = storeSku.AppFoodCode foodData[mtwmapi.KeyAppFoodCode] = storeSku.AppFoodCode
} else { } else {
foodData[mtwmapi.KeyAppFoodCode] = storeSku.Ctime foodData[mtwmapi.KeyAppFoodCode] = time.Now().Unix()
} }
skus := []map[string]interface{}{ skus := []map[string]interface{}{