Browse Source

【CHG】更改二维码描述

ZhaoMn 3 years ago
parent
commit
4359b623cc

+ 2 - 1
railway-business/src/main/java/com/railway/business/safetool/service/impl/BaseSafetyToolServiceImpl.java

@@ -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 {