[修改] 监控流程审批步骤

This commit is contained in:
bupengxiang
2023-05-16 13:53:41 +08:00
parent 7e02e430d9
commit d151af2234
6 changed files with 3 additions and 1 deletions
@@ -120,6 +120,7 @@ public class TaskController {
if(userById.getOrgEOList().size()>0){
map.put("orgName",userById.getOrgEOList().get(0).getOrgName());
}
map.put("name",historicTaskInstance.get("name"));
map.put("assignee", enUserName+"(" + consigner + " 委托)");
map.put("assigneeId", busProcessEntrust.getEnUserId());
map.put("prcType",one.getPrcType());