@@ -491,7 +491,6 @@ public class PointCheckServiceImpl extends ServiceImpl<PointCheckDao, PointCheck
//3.获取点检记录模板
String fullPath = pointCheckItemService.getExcelTempPath(excelData.getPagePartId(),excelData.getFileTemplateName());
- fullPath="C:\\360安全浏览器下载\\"+excelData.getFileTemplateName();
XSSFWorkbook workbook =null;
try {