修改门店商品价格同步时分类不存在问题,添加门店自动打开日志
This commit is contained in:
@@ -998,6 +998,8 @@ func getGetStoresSkusBaseSQL2(db *dao.DaoDB, storeIDs, skuIDs []int, upcs []stri
|
||||
}
|
||||
|
||||
func GetStoresSkus(ctx *jxcontext.Context, storeIDs, skuIDs []int, upcs []string, isFocus, isHighPrice bool, priceType int, keyword string, isBySku, isAct bool, params map[string]interface{}, offset, pageSize int) (skuNamesInfo *dao.StoreSkuNamesInfo, err error) {
|
||||
// 获取门店品牌如果门店不是b2b品牌则不展示b2b商品
|
||||
|
||||
// 管理员进入
|
||||
//if /*permission.IsRoled(ctx)*/ true {
|
||||
// // 获取管理员绑定门店
|
||||
|
||||
Reference in New Issue
Block a user