1、部门名称
This commit is contained in:
@@ -84,7 +84,9 @@ public class ToolServiceImpl implements IToolService
|
||||
@Override
|
||||
public Tool selectToolByToolId(String toolId)
|
||||
{
|
||||
return toolMapper.selectToolByToolId(toolId);
|
||||
Tool tool = toolMapper.selectToolByToolId(toolId);
|
||||
tool.setToolRespDeptName(sysDeptService.getDeptName(tool.getToolRespDept()));
|
||||
return tool;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user