挂起逻辑回退

This commit is contained in:
yujh_java 2025-10-27 10:42:50 +08:00
parent 8eb58cd683
commit cc548f1d48

View File

@ -490,7 +490,8 @@ public class TaskListener extends ProcessPubicListener {
//挂起流程 //挂起流程
SDK.getProcessAPI().suspend(pec.getProcessInstance()); //需要挂起逻辑 yujh 10.22
//SDK.getProcessAPI().suspend(pec.getProcessInstance());
} }
BO bo1=new BO(); BO bo1=new BO();
bo1.set("PROCESSID",processId); bo1.set("PROCESSID",processId);
@ -544,7 +545,8 @@ public class TaskListener extends ProcessPubicListener {
//挂起流程 //挂起流程
SDK.getProcessAPI().suspend(pec.getProcessInstance()); //取消挂起逻辑 yujh 10.22
//SDK.getProcessAPI().suspend(pec.getProcessInstance());
} }
bo.set("CEO_APPROVE",approve1); bo.set("CEO_APPROVE",approve1);
SDK.getBOAPI().update("BO_ACT_DATA_MONITORING",bo); SDK.getBOAPI().update("BO_ACT_DATA_MONITORING",bo);