فهرست منبع

欠货库存逻辑更新

hu 1 سال پیش
والد
کامیت
24e7e3ef94
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/custom/restcontroller/webmanage/sale/invbal/invbal.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/invbal/invbal.java

@@ -205,7 +205,7 @@ public class invbal extends Controller {
         if (content.containsKey("where")) {
             JSONObject whereObject = content.getJSONObject("where");
             if (!StringUtils.isBlank(whereObject.getStringValue("agentinfo"))) {
-               // where = where + " and (t6.agentnum like '%" + whereObject.getStringValue("agentinfo") + "%' or t5.enterprisename like '%" + whereObject.getStringValue("agentinfo") + "%') ";
+                where = where + " and (t6.agentnum like '%" + whereObject.getStringValue("agentinfo") + "%' or t5.enterprisename like '%" + whereObject.getStringValue("agentinfo") + "%') ";
             }
         }