From 7b71b12201a625a216e5a815a42f0362b86e407f Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 12 Jul 2019 15:14:05 +0800 Subject: [PATCH] =?UTF-8?q?-=20ActStoreSkuParam2Model=E4=B8=AD=E8=B0=83?= =?UTF-8?q?=E7=94=A8GetEffectiveActStoreSkuInfo=E8=A6=81=E4=BC=A0vendorIDs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 8c56f758a..178eb2b39 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -81,7 +81,7 @@ func ActStoreSkuParam2Model(ctx *jxcontext.Context, db *dao.DaoDB, act *model.Ac } storeIDs := jxutils.IntMap2List(storeIDMap) skuIDs := jxutils.IntMap2List(skuIDMap) - effectActStoreSkuList, err := dao.GetEffectiveActStoreSkuInfo(db, 0, nil, storeIDs, skuIDs, act.BeginAt, act.EndAt) + effectActStoreSkuList, err := dao.GetEffectiveActStoreSkuInfo(db, 0, vendorIDs, storeIDs, skuIDs, act.BeginAt, act.EndAt) if err != nil { globals.SugarLogger.Errorf("updateActPrice4StoreSkuNameNew can not get sku promotion info for error:%v", err) return nil, nil, nil, err