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)