|
|
|
@ -89,6 +89,7 @@ public class KpiResultSuperiorController { |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("export") |
|
|
|
@DataFilter(tableAlias = "s", deptId = "dept_id", prefix = "AND", isPendingCreator = false) |
|
|
|
public void export(@RequestParam Map<String, Object> params, HttpServletResponse response) throws Exception { |
|
|
|
List<KpiResultSuperiorDTO> list = kpiResultSuperiorService.list(params); |
|
|
|
ExcelUtils.exportExcelToTarget(response, null, list, KpiResultSuperiorExcel.class); |
|
|
|
|