1
This commit is contained in:
@@ -384,7 +384,7 @@ func GetStoresSkusForStore(ctx *jxcontext.Context, storeID int, isFocus, isAct b
|
||||
sql += " AND c.location_code = ?"
|
||||
sqlParams = append(sqlParams, locationCode2)
|
||||
} else if locationCode {
|
||||
sql += " AND c.location_code = ''"
|
||||
sql += " AND (c.location_code = '' OR c.location_code = 'EMPTY_VALUE') "
|
||||
}
|
||||
|
||||
if keyword != "" {
|
||||
|
||||
Reference in New Issue
Block a user