ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjReservationController.java
@@ -103,12 +103,13 @@ @Autowired private ITjDwGroupingService tjDwGroupingService; @Value("${path.filePath}") private String value; // @Value("${path.filePath}") // private String value; @PostMapping("/importTemplate") @ApiOperation(value = "导出excel表模板") public void importTemplate(HttpServletResponse response) { String value = configService.selectConfigByKey("path_filePath"); //原来的下载模板调用接口 try { String base64String = PDFBinaryUtil.getPDFBinary(value + File.separator + "西安路泰机电科技有限公司.xls");