This commit is contained in:
苏尹岚
2019-11-08 12:02:11 +08:00
parent b417b731ff
commit 622d53cb4e

View File

@@ -116,7 +116,7 @@ func ActStoreSkuParam2Model(ctx *jxcontext.Context, db *dao.DaoDB, act *model.Ac
}
}
storeSkuList, err2 := dao.GetStoresSkusInfo(db, storeIDs, skuIDs, false)
storeSkuList, err2 := dao.GetStoresSkusInfo(db, storeIDs, skuIDs)
if err = err2; err != nil {
return nil, nil, nil, err
}