1
This commit is contained in:
@@ -166,7 +166,7 @@ func BatchInitData(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi *mt
|
||||
if storeSku.AppFoodCode != "" {
|
||||
foodData[mtwmapi.KeyAppFoodCode] = storeSku.AppFoodCode
|
||||
} else {
|
||||
foodData[mtwmapi.KeyAppFoodCode] = time.Now().Unix()
|
||||
foodData[mtwmapi.KeyAppFoodCode] = time.Now().UnixNano() + int64(i*3)
|
||||
}
|
||||
|
||||
skus := []map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user