Ver Fonte

bug修复

hu há 1 dia atrás
pai
commit
aeb40366b1
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      src/custom/restcontroller/webmanage/sale/item/Item.java

+ 0 - 2
src/custom/restcontroller/webmanage/sale/item/Item.java

@@ -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"))) {