ソースを参照

点检任务管理,添加点检记录导出功能,模板路径更改

huangpeng 8 ヶ月 前
コミット
f0e2c7cb9d

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

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