|
|
@@ -757,8 +757,6 @@ public class Item extends Controller {
|
|
|
where.append("or t1.spec like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append("or t1.standards like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append("or t1.color like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
- where.append("or t8.erpitemname like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
- where.append("or t8.erpitemno like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append(")");
|
|
|
}
|
|
|
if (whereObject.containsKey("isonsale") && !"".equals(whereObject.getString("isonsale"))) {
|