From 21bf8b454eee7e80d9471e4424e7520c4f82f3a7 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期二, 25 七月 2023 11:55:14 +0800 Subject: [PATCH] 通知单及合同相关优化 --- igds-inout/src/main/java/com/ld/igds/m/service/JInoutCheckService.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/m/service/JInoutCheckService.java b/igds-inout/src/main/java/com/ld/igds/m/service/JInoutCheckService.java index 754f575..8ad3e25 100644 --- a/igds-inout/src/main/java/com/ld/igds/m/service/JInoutCheckService.java +++ b/igds-inout/src/main/java/com/ld/igds/m/service/JInoutCheckService.java @@ -81,7 +81,6 @@ arg.add(ContextUtil.getCompanyId()); arg.add(InoutConstant.TYPE_IN); - arg.add(InoutConstant.RECORD_STATUS_ERROR); arg.add(InoutConstant.RECORD_STATUS_DEL); arg.add(InoutConstant.PROGRESS_RECORD); -- Gitblit v1.9.3