|
|
@@ -328,7 +328,7 @@ public class OrderItems extends Controller {
|
|
|
where.append("t1.itemno like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append("or t1.itemname like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append("or t1.model like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
- where.append("or t1.spec like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
+ where.append("or t3.spec like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
where.append(")");
|
|
|
}
|
|
|
}
|