|
|
@@ -37,7 +37,7 @@ public class promotionItems extends Controller {
|
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|
|
|
where = where + "and (t1.itemname like'%" + whereObject.getString("condition") + "%'"
|
|
|
- + " or t1.model like'%" + whereObject.getString("condition") + "%'" + " or t1.spec like'%"
|
|
|
+ + " or t1.model like'%" + whereObject.getString("condition") + "%'" + " or t1.itemno like'%"
|
|
|
+ whereObject.getString("condition") + "%'" + ")";
|
|
|
}
|
|
|
|