From 1cf96a059295bd3d47dcb2190799a57731c4e1aa 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 11:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 900b1ffe6..51e639451 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -2306,9 +2306,11 @@ func GetTopSkusByCityCode(ctx *jxcontext.Context, cityCode, storeID int) (skuNam sku[0].Price = int(storeSkuSync.Price) skuList = append(skuList, sku...) } + globals.SugarLogger.Debugf("test", storeSkuSyncInfo) v.UnitPrice = int(storeSkuSyncInfo[0].UnitPrice) v.Skus = skuList for _, vv := range skuList { + globals.SugarLogger.Debugf("test1", vv) var ( storeSkuNameExt []*dao.StoreSkuNameExt skusList []*dao.StoreSkuExt