aa
This commit is contained in:
@@ -302,7 +302,7 @@ func GetStoresSkusForStore(ctx *jxcontext.Context, storeID int, isFocus, isAct b
|
||||
sqlParams = append(sqlParams, status)
|
||||
}
|
||||
sql += `
|
||||
LEFT JOIN sku_category d ON d.id = c.category_id AND d.deleted_at = ?
|
||||
LEFT JOIN sku_category d ON d.id = a.category_id AND d.deleted_at = ?
|
||||
`
|
||||
if categoryID != 0 {
|
||||
sql += " AND d.id = ?"
|
||||
|
||||
Reference in New Issue
Block a user