From 6f45f4a29ce38525f3f9e3931bcedfc77bde765e Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期六, 24 六月 2023 18:07:43 +0800
Subject: [PATCH] 出入库流程优化-入库详单优化

---
 igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java b/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
index 6522c87..437a53e 100644
--- a/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
+++ b/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";

--
Gitblit v1.9.3