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