[修改] 监控流程
This commit is contained in:
+1
@@ -120,6 +120,7 @@ public class TaskController {
|
|||||||
if(userById.getOrgEOList().size()>0){
|
if(userById.getOrgEOList().size()>0){
|
||||||
map.put("orgName",userById.getOrgEOList().get(0).getLongName());
|
map.put("orgName",userById.getOrgEOList().get(0).getLongName());
|
||||||
}
|
}
|
||||||
|
map.put("id",historicTaskInstance.get("id"));
|
||||||
map.put("name",historicTaskInstance.get("name"));
|
map.put("name",historicTaskInstance.get("name"));
|
||||||
map.put("assignee", enUserName+"(" + consigner + " 委托)");
|
map.put("assignee", enUserName+"(" + consigner + " 委托)");
|
||||||
map.put("assigneeId", busProcessEntrust.getEnUserId());
|
map.put("assigneeId", busProcessEntrust.getEnUserId());
|
||||||
|
|||||||
Reference in New Issue
Block a user