|
|
@@ -333,7 +333,7 @@ public class OrderItems extends Controller {
|
|
|
}
|
|
|
if (whereObject.containsKey("goodstype") && !"".equals(whereObject.getString("goodstype"))) {
|
|
|
where.append(" and(");
|
|
|
- where.append("t1.goodstype like'%").append(whereObject.getString("goodstype")).append("%' ");
|
|
|
+ where.append("t1.goodstype ='").append(whereObject.getString("goodstype")).append("' ");
|
|
|
where.append(")");
|
|
|
}
|
|
|
if (whereObject.containsKey("itemclassid") && !"".equals(whereObject.getString("itemclassid"))) {
|