Commit 4329da3d authored by lisong's avatar lisong

电梯管理相关接口切换数据源回退

parent 15f15504
......@@ -207,7 +207,7 @@ public class TemplateExportController extends BaseController {
}
String fileName = exportDto.getFileName();
if("ELEVATOR".equals(exportDto.getExportType())) { // 查询电梯数据
list = elevatorServiceImpl.selectExportDataNew(exportDto.getExportId());
list = elevatorServiceImpl.selectExportData(exportDto.getExportId());
sheetName = "电梯信息";
} else if("MAINTENANCE_COMPANY".equals(exportDto.getExportType())) { // 查询维保单位数据
list = iMaintenanceUnitService.selectExportData(exportDto.getExportId());
......
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