|
|
@@ -122,7 +122,8 @@ public class BaseSafetyToolServiceImpl implements IBaseSafetyToolService {
|
|
|
}
|
|
|
String dictType = "tool_type";
|
|
|
String toolName = dictDataService.selectDictLabel(dictType, tool.getToolType());
|
|
|
- String bottomDes = toolName + " - " + tool.getToolCode();
|
|
|
+ String bottomDes = tool.getDeptName() + " - " + tool.getStorePlace() + " - "
|
|
|
+ + toolName + " - " + tool.getToolCode();
|
|
|
tool.setToolName(toolName);
|
|
|
String filePath = FileUploadUtils.getAbsoluteFile(qcode + ".jpg");
|
|
|
try {
|