From be175fe739e687cd1d45da58f2cb7dd0c36d001f Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期五, 11 八月 2023 11:48:10 +0800 Subject: [PATCH] 调整Pressure的接口包位置到COre中,然后增加modBus-TCP协议通讯报道 --- 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