update 转办时,给hiwork先发送完成消息在发送新待办

This commit is contained in:
lijiarao
2024-05-10 17:55:06 +08:00
parent d4debff7ef
commit a985191bdc
@@ -76,6 +76,7 @@ public class HiworkTodoServiceImpl implements PushWorkflowIntegrationAPI {
private static final String PROCESS_TYPE = "srms";
private static final String TODO_TYPE_2 = "2";
private static final String TODO_TYPE_3 = "3";
private static final String TODO_TYPE_6 = "6";
@@ -261,6 +262,8 @@ public class HiworkTodoServiceImpl implements PushWorkflowIntegrationAPI {
hiworkTodo.setIsTodo(TODO_TYPE_3);
}else if (TODO_TYPE_6.equals(type)){
hiworkTodo.setIsTodo(TODO_TYPE_6);
}else if (TODO_TYPE_2.equals(type)){
hiworkTodo.setIsTodo(TODO_TYPE_2);
}else {
hiworkTodo.setIsTodo(String.valueOf(finishFlag));
}