From de55fb9cb29ed446fb7b4bd6fc67f620f7870765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 13 Jan 2020 10:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=85=E9=94=80=E5=93=81=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=EF=BC=8C=E6=9F=A5=E8=AF=A2=E6=B4=BB=E5=8A=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?storeid=EF=BC=88bug=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 3bebf83cc..18518ed24 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -2289,7 +2289,8 @@ func GetTopSkusByCityCode(ctx *jxcontext.Context, cityCode, storeID int) (skuNam } skusList = append(skusList, skus) storeSkuName := &dao.StoreSkuNameExt{ - Skus: skusList, + Skus: skusList, + StoreID: storeID, } storeSkuNameExt = append(storeSkuNameExt, storeSkuName) skuNamesInfo := &dao.StoreSkuNamesInfo{