From 1459bdb1184f2aec10dbf987ddf900fea343a54b Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期日, 25 六月 2023 15:29:31 +0800
Subject: [PATCH] App出入库问题修改

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

diff --git a/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java b/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java
index 1e94b25..c8faf7e 100644
--- a/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java
+++ b/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java
@@ -116,8 +116,7 @@
             dto.setZznm(inoutRecord.getDepotId().substring(0, 21));
             dto.setDjbh(inoutRecord.getId());
             dto.setSxh(inoutRecord.getId().substring(10));
-            if(InoutConstant.RECORD_STATUS_DEL.equals(inoutRecord.getRecordStatus()) ||
-                    InoutConstant.RECORD_STATUS_ERROR.equals(inoutRecord.getRecordStatus())){
+            if(InoutConstant.RECORD_STATUS_DEL.equals(inoutRecord.getRecordStatus()) ){
                 dto.setDjzt("4"); //宸蹭綔搴�
             }else {
                 dto.setDjzt("2"); //鍑哄簱瀹屾垚

--
Gitblit v1.9.3