aa
This commit is contained in:
@@ -342,7 +342,8 @@ func GetStoresSkusForStore(ctx *jxcontext.Context, storeID int, isFocus, isAct b
|
||||
sql += `
|
||||
WHERE a.deleted_at = ?
|
||||
AND a.status = ?
|
||||
AND (a.is_global = 1 OR f.id IS NOT NULL)
|
||||
AND (a.is_global = 1 OR f.id IS NOT NULL)
|
||||
AND ((a.status = 1 AND b.status = 1) OR c.status = 1)
|
||||
`
|
||||
sqlParams = append(sqlParams,
|
||||
utils.DefaultTimeValue, model.SkuStatusNormal,
|
||||
|
||||
Reference in New Issue
Block a user