fix:检查报告导出接口提交

pg_adapter
wangxy 8 months ago
parent a40b009eda
commit 7efcdd20a8

@ -71,7 +71,7 @@ public class CheckReportController extends BaseController {
tdCheck1.setFramework(sysAreaManager.getAreaName(tdCheck1.getFramework()));
tdCheck1.setArea(sysAreaManager.getAreaName(tdCheck1.getArea()));
});
ExcelUtil<TdCheckReport> util = new ExcelUtil<TdCheckReport>(TdCheckReport.class);
ExcelUtil<TdCheckReport> util = new ExcelUtil<>(TdCheckReport.class);
return util.exportExcel(tdCheckReports, "检查报告管理数据");
}

Loading…
Cancel
Save