Commit 7b7f937c authored by chenhao's avatar chenhao

替换当前任务中的显示名称

parent fc5577c7
...@@ -633,6 +633,7 @@ public class FailureDetailsServiceImpl extends BaseService<FailureDetailsDto, Fa ...@@ -633,6 +633,7 @@ public class FailureDetailsServiceImpl extends BaseService<FailureDetailsDto, Fa
JSONObject assignObject =workflowFeignService.getTaskAssign(id); JSONObject assignObject =workflowFeignService.getTaskAssign(id);
JSONObject resultObject = assignObject.getJSONObject("data"); JSONObject resultObject = assignObject.getJSONObject("data");
if(resultObject!=null) { if(resultObject!=null) {
map.put("name", "维修部门维修人员 维修");
map.put("assignee", resultObject.getString("assignee")); map.put("assignee", resultObject.getString("assignee"));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment