parent
b99fa15ec6
commit
b9359ec2e2
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue