Commit 710e493f authored by tangwei's avatar tangwei

修改bug

parent 3e208ab5
...@@ -22,19 +22,21 @@ import java.util.*; ...@@ -22,19 +22,21 @@ import java.util.*;
@Service @Service
public class ExcelServiceImpl { public class ExcelServiceImpl {
//
// @Autowired
// PersonBasicMapper personBasicMapper;
@Autowired @Autowired
ExDataSourcesImpl dataSourcesImpl; ExDataSourcesImpl dataSourcesImpl;
// @Autowired
// StationBasicMapper stationBasicMapper;
@Autowired @Autowired
StationBasicServiceImpl stationBasicServiceImpl; StationBasicServiceImpl stationBasicServiceImpl;
@Autowired @Autowired
PersonBasicServiceImpl personBasicServiceImpl; PersonBasicServiceImpl personBasicServiceImpl;
//
// @Autowired
// PersonBasicMapper personBasicMapper;
// @Autowired
// StationBasicMapper stationBasicMapper;
// //人员资质信息service // //人员资质信息service
// @Autowired // @Autowired
// PersonCertificateServiceImpl personCertificateService; // PersonCertificateServiceImpl personCertificateService;
...@@ -44,6 +46,8 @@ public class ExcelServiceImpl { ...@@ -44,6 +46,8 @@ public class ExcelServiceImpl {
// @Autowired // @Autowired
// PersonAccountServiceImpl personAccountServiceImpl; // PersonAccountServiceImpl personAccountServiceImpl;
public void templateExport(HttpServletResponse response, ExcelDto excelDto, Map par) throws ClassNotFoundException { public void templateExport(HttpServletResponse response, ExcelDto excelDto, Map par) throws ClassNotFoundException {
String url = excelDto.getClassUrl(); String url = excelDto.getClassUrl();
Class<?> clz = Class.forName(url); Class<?> clz = Class.forName(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment