From e876031a210aa0a005fb747cb57d38b82479575e Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 30 Sep 2019 12:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E4=B8=AD=E5=BC=BA=E8=A1=8C=E6=B7=BB=E5=8A=A0VendorIDJX?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index cfb34f9c3..8fb0b81c9 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -74,7 +74,6 @@ func init() { func ActStoreSkuParam2Model(ctx *jxcontext.Context, db *dao.DaoDB, act *model.Act, vendorIDs []int, actStoreSku []*ActStoreSkuParam) (validVendorIDs []int, actStoreSkuList []*model.ActStoreSku, actStoreSkuMapList []*model.ActStoreSkuMap, err error) { wholeValidVendorMap := make(map[int]int) - wholeValidVendorMap[model.VendorIDJX] = 1 if len(actStoreSku) > 0 { storeIDMap := make(map[int]int) skuIDMap := make(map[int]int)