aa
This commit is contained in:
@@ -1108,7 +1108,6 @@ func GetStoresSkusSaleInfoNew(ctx *jxcontext.Context, vendorIDs, storeIDs, skuID
|
|||||||
db = dao.GetDB()
|
db = dao.GetDB()
|
||||||
list []*GetStoresSkusSaleInfoNewResult
|
list []*GetStoresSkusSaleInfoNewResult
|
||||||
)
|
)
|
||||||
db.Db = orm.NewOrmUsingDB("c4beta")
|
|
||||||
if len(storeIDs) == 0 && len(skuIDs) == 0 && keyword == "" {
|
if len(storeIDs) == 0 && len(skuIDs) == 0 && keyword == "" {
|
||||||
return nil, fmt.Errorf("请至少输入一个条件查询!")
|
return nil, fmt.Errorf("请至少输入一个条件查询!")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user