提交人:邹江涛

提交时间:2026年01月19日
提交内容:BIP打回操作代码调整
This commit is contained in:
root 2026-01-19 17:09:17 +08:00
parent b99fa15ec6
commit b9359ec2e2
1 changed files with 1 additions and 1 deletions

View File

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