[修改] 监控流程审批步骤
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -286,7 +286,8 @@
|
||||
rm.fileId AS fileId,
|
||||
f.file_name as fileName,
|
||||
rm.confidentialLevel AS confidentialLevel,
|
||||
rm.privacyLevel AS privacyLevel
|
||||
rm.privacyLevel AS privacyLevel,
|
||||
rm.secrecy_last AS secrecyLast
|
||||
FROM `tt_report_manage` AS rm
|
||||
LEFT JOIN ts_user AS u ON u.USID = rm.createUserId
|
||||
LEFT JOIN ts_org as org on org.id = rm.department
|
||||
|
||||
+1
@@ -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());
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user