diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 7b50bbac1..d751386fe 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -321,6 +321,9 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi delete(mapSkuList, "ladder_box_price") } delete(mapSkuList, "min_order_count") + if v.AvailableTimes != nil { + delete(mapSkuList, "available_times") + } if v.Upc != "" { upc = v.Upc } /* else if toApi.QuerySkuIsNeedUpc(storeSku.TagID) {