1
This commit is contained in:
@@ -3557,7 +3557,7 @@ func GetSkuNamesNew(ctx *jxcontext.Context, keyword string, skuIDs, skuNameIDs [
|
|||||||
sql += " AND t1.price >= ? "
|
sql += " AND t1.price >= ? "
|
||||||
sqlParams = append(sqlParams, minPrice)
|
sqlParams = append(sqlParams, minPrice)
|
||||||
}
|
}
|
||||||
if maxPrice >= 0 {
|
if maxPrice > 0 {
|
||||||
sql += " AND t1.price <= ? "
|
sql += " AND t1.price <= ? "
|
||||||
sqlParams = append(sqlParams, maxPrice)
|
sqlParams = append(sqlParams, maxPrice)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user