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()); }