1.优化待办强行终止不变已办问题

S
This commit is contained in:
weiyunlong 2025-01-03 17:34:09 +08:00
parent 02e5f43977
commit 5d65d40784
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
//获取当前任务ID //获取当前任务ID
Long taskId = messageContext.getTaskId(); Long taskId = messageContext.getTaskId();
String decisionType = ServiceFactory.getService(WorkflowService.class).getTaskService().getOperationLogByTaskId(taskId).get(0).getDecisionType(); // String decisionType = ServiceFactory.getService(WorkflowService.class).getTaskService().getOperationLogByTaskId(taskId).get(0).getDecisionType();
String subState = "3"; String subState = "3";
// //单据撤销 // //单据撤销
// if("reject".equals(decisionType)){ // if("reject".equals(decisionType)){