From 162244ffe30ef61c23cb7c43300c340d7cc39a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 3 Jan 2025 09:40:28 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 3 +++ 1 file changed, 3 insertions(+) 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) {