Commit 710e493f authored by tangwei's avatar tangwei

修改bug

parent 3e208ab5
......@@ -22,19 +22,21 @@ import java.util.*;
@Service
public class ExcelServiceImpl {
//
// @Autowired
// PersonBasicMapper personBasicMapper;
@Autowired
ExDataSourcesImpl dataSourcesImpl;
// @Autowired
// StationBasicMapper stationBasicMapper;
@Autowired
StationBasicServiceImpl stationBasicServiceImpl;
@Autowired
PersonBasicServiceImpl personBasicServiceImpl;
//
// @Autowired
// PersonBasicMapper personBasicMapper;
// @Autowired
// StationBasicMapper stationBasicMapper;
// //人员资质信息service
// @Autowired
// PersonCertificateServiceImpl personCertificateService;
......@@ -44,6 +46,8 @@ public class ExcelServiceImpl {
// @Autowired
// PersonAccountServiceImpl personAccountServiceImpl;
public void templateExport(HttpServletResponse response, ExcelDto excelDto, Map par) throws ClassNotFoundException {
String url = excelDto.getClassUrl();
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