修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user