1
This commit is contained in:
@@ -263,6 +263,9 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi
|
||||
if v.SkuId == "" {
|
||||
v.SkuId = storeSku.AppFoodCode
|
||||
}
|
||||
if v.SkuId == "" {
|
||||
v.SkuId = utils.Int2Str(storeSku.Ctime + int(k*3))
|
||||
}
|
||||
// salesCycle, _ := json.Marshal(v.AvailableTimes)
|
||||
mapSkuList := utils.Struct2MapByJson(v)
|
||||
if v.BoxNum == "" {
|
||||
|
||||
Reference in New Issue
Block a user