From b9359ec2e2f16e55de24905d87b79aebccc20e7f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Jan 2026 17:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=82=B9?= =?UTF-8?q?=E6=B1=9F=E6=B6=9B=20=E6=8F=90=E4=BA=A4=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=9A2026=E5=B9=B401=E6=9C=8819=E6=97=A5=20=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=86=85=E5=AE=B9=EF=BC=9ABIP=E6=89=93=E5=9B=9E?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shkd/sys/sys/plugin/list/PaymentProcessingListPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/list/PaymentProcessingListPlugin.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/list/PaymentProcessingListPlugin.java index adb31f4..702d326 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/list/PaymentProcessingListPlugin.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/list/PaymentProcessingListPlugin.java @@ -66,7 +66,7 @@ public class PaymentProcessingListPlugin extends AbstractListPlugin implements P // 判断单据是否在流程中 → 如果不在流程中,返回true boolean inProcess = WorkflowServiceHelper.inProcess(dynamicObject.getPkValue().toString()); if (inProcess) { - outcome = inProcess; + outcome = true; }else { outcome = whetherToInterruptTheProcess(dynamicObject.getPkValue().toString()); }