[修改] 代办
This commit is contained in:
+4
-2
@@ -210,8 +210,10 @@ public class TodoTaskController {
|
||||
String taskId = entry.getValue().get(0).get("id").toString();
|
||||
if (busProcessName != null) {
|
||||
ReportEntity reportEntity = this.selectReport(busProcessName.getPrcType(),busProcessName.getDataId());
|
||||
busProcessName.setConfidentialLevel(reportEntity.getConfidentialLevel());
|
||||
busProcessName.setPrivacyLevel(reportEntity.getPrivacyLevel());
|
||||
if(reportEntity != null){
|
||||
busProcessName.setConfidentialLevel(reportEntity.getConfidentialLevel());
|
||||
busProcessName.setPrivacyLevel(reportEntity.getPrivacyLevel());
|
||||
}
|
||||
busProcessName.setTaskId(taskId);
|
||||
busProcessName.setTaskInfo(entry.getValue().get(0).get("name").toString());
|
||||
busProcessName.setTaskDefinitionKey(entry.getValue().get(0).get("taskDefinitionKey").toString());
|
||||
|
||||
Reference in New Issue
Block a user