From 35cbea73ad768d3b8e80c64c9db83543985b2759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E8=B1=86=E8=B1=86?= <13356128+sunandmoon60@user.noreply.gitee.com> Date: Fri, 21 Nov 2025 17:50:10 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=87=87=E8=B4=AD=E5=85=A5=E5=BA=93=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/plugin/operate/im/OtherInYdthPlugin.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/lc123/cloud/app/plugin/operate/im/OtherInYdthPlugin.java b/lc123/cloud/app/plugin/operate/im/OtherInYdthPlugin.java index 266872d..da4013c 100644 --- a/lc123/cloud/app/plugin/operate/im/OtherInYdthPlugin.java +++ b/lc123/cloud/app/plugin/operate/im/OtherInYdthPlugin.java @@ -170,7 +170,6 @@ public class OtherInYdthPlugin extends AbstractOperationServicePlugIn implements if (Objects.nonNull(sumbitResult.getAllErrorOrValidateInfo())) { logger.info("采购入库单提交失败: " + sumbitResult.getAllErrorOrValidateInfo().toString()); } - OperationResult deleteResult = OperationServiceHelper.executeOperate(Constants.TYPE_DELETE, IM_PURINBILL, load, operateOption); } else { //开始审核 OperationResult auditResult = OperationServiceHelper.executeOperate(Constants.TYPE_AUDIT, IM_PURINBILL, load, operateOption); @@ -179,8 +178,6 @@ public class OtherInYdthPlugin extends AbstractOperationServicePlugIn implements logger.info("采购入库单审核失败: " + auditResult.getAllErrorOrValidateInfo().toString()); } - OperationResult unsubmitResult = OperationServiceHelper.executeOperate(Constants.TYPE_UNSUBMIT, IM_PURINBILL, load, operateOption); - OperationResult deleteResult = OperationServiceHelper.executeOperate(Constants.TYPE_DELETE, IM_PURINBILL, load, operateOption); }