CZT
2023-09-05 8cfc3732f3fe53d8794da15b80d554ad8b2c794c
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";