Merge remote-tracking branch 'origin/v1.0' into v1.0
This commit is contained in:
commit
a719d62deb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user