自动化立体仓库 - WMS系统
whycq
2023-11-14 e3b9215ac5e9e2f430c3fe356549f18363d6dd6a
src/main/java/com/zy/asrs/controller/ReportQueryController.java
@@ -68,6 +68,21 @@
      ViewStayTimeBean bean = new ViewStayTimeBean();
      bean.setPageSize(limit);
      bean.setPageNumber(curr);
      String matnr = String.valueOf(param.get("matnr"));
      if (!Cools.isEmpty(matnr) && !matnr.equals("null")) {
         bean.setMatnr(matnr);
      }
      String maktx = String.valueOf(param.get("maktx"));
      if (!Cools.isEmpty(maktx) && !maktx.equals("null")) {
         bean.setMaktx(maktx);
      }
      String specs = String.valueOf(param.get("specs"));
      if (!Cools.isEmpty(specs) && !specs.equals("null")) {
         bean.setSpecs(specs);
      }
      String locNo = String.valueOf(param.get("loc_no"));
      if (!Cools.isEmpty(locNo) && !locNo.equals("null")) {
         bean.setLoc_no(locNo);