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

This commit is contained in:
lijiarao
2024-05-10 16:53:19 +08:00
parent edf265eab8
commit b1ec1242b0
11 changed files with 72 additions and 80 deletions
@@ -23,4 +23,7 @@ public class HiworkTodoAdd {
private String processDefinitionId;
@ApiModelProperty(value = "3结束,6删除,其他是待办已办")
private String type;
@ApiModelProperty(value = "转办时用")
private String toUserId;
}