From 237146008d94ea2a9bc3e6cdbded004bbc62ec90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 25 Oct 2023 17:43:21 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 0e63cf802..19fa2cd30 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -175,6 +175,7 @@ func BatchInitData(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi *mt // "sku_id": foodData[mtwmapi.KeyAppFoodCode], // }, //} + foodData["skus"] = storeSku.SkuList foodData["name"] = utils.LimitUTF8StringLen(storeSku.Name, mtwmapi.MaxSkuNameCharCount) foodData["description"] = storeSku.Description