CZT
2023-09-07 400fbd7324919c37f0834a57430ef1ac41e1bf61
igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
@@ -289,7 +289,6 @@
      args.put("companyId", companyId);
      args.put("progress", InoutConstant.PROGRESS_RECORD);
      args.put("recordStatus1", InoutConstant.RECORD_STATUS_DEL);
      args.put("recordStatus2", InoutConstant.RECORD_STATUS_ERROR);
      if(StringUtils.isNotEmpty(depotId)){
         hql += " and depotId =:depotId";
@@ -805,7 +804,6 @@
      args.put("companyId", companyId);
      args.put("progress", InoutConstant.PROGRESS_RECORD);
      args.put("recordStatus1", InoutConstant.RECORD_STATUS_DEL);
      args.put("recordStatus2", InoutConstant.RECORD_STATUS_ERROR);
      if(null != startTime){
         hql += " and registerTime >:startTime";