From da2440e9717532db28c7f291be612d8eb1471dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 20 Dec 2019 14:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=B9=B3=E5=8F=B0=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=95=86=E5=93=81=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index c02b9ef74..4abb9b8ff 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -2532,14 +2532,7 @@ func GetVendorStoreSkuPrice(ctx *jxcontext.Context, vendorIDs []int, skuID int, storeDetail *dao.StoreDetail inStoreSku = &partner.StoreSkuInfo{} ) - storeMap := &model.StoreMap{ - VendorID: vendorID, - Status: model.SkuStatusNormal, - VendorStoreID: vendorStoreID, - } db := dao.GetDB() - dao.GetEntity(db, storeMap, "StoreID") - fmt.Println(storeMap.StoreID) skuNameList, err := dao.GetSkus(db, []int{skuID}, nil, nil, nil) if err != nil { return retVal, err