浏览代码

点巡检下载模板更换路径

huangpeng 7 月之前
父节点
当前提交
b856b10908

+ 2 - 1
cx-safe-check/cx-save-check-common/src/main/java/com/rongwei/sfcommon/sys/service/impl/PointCheckServiceImpl.java

@@ -495,7 +495,8 @@ public class PointCheckServiceImpl extends ServiceImpl<PointCheckDao, PointCheck
         //3.获取点检记录模板
     //    String fullPath = pointCheckItemService.getExcelTempPath(excelData.getPagePartId(),excelData.getFileTemplateName());
 
-        ClassPathResource classPathResource = new ClassPathResource("filetem/点检记录模板.xlsx");
+        ClassPathResource classPathResource = new ClassPathResource("template/点检记录模板.xlsx");
+
 
         XSSFWorkbook workbook =null;
 

cx-safe-check/cx-save-check-common/src/main/resources/filetem/点检记录模板.xlsx → cx-safe-check/cx-save-check-server/src/main/resources/template/点检记录模板.xlsx