[修改] 监控流程

This commit is contained in:
bupengxiang
2023-05-18 11:50:34 +08:00
parent d9ca17ce3f
commit b10bf0898f
@@ -120,6 +120,7 @@ public class TaskController {
if(userById.getOrgEOList().size()>0){
map.put("orgName",userById.getOrgEOList().get(0).getLongName());
}
map.put("id",historicTaskInstance.get("id"));
map.put("name",historicTaskInstance.get("name"));
map.put("assignee", enUserName+"(" + consigner + " 委托)");
map.put("assigneeId", busProcessEntrust.getEnUserId());