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