ws
2023-09-28 d942408e5a140e8a2c7592a9484d6f3450d2662c
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";