|
|
@ -92,7 +92,7 @@ public class PartyAuthenticationFailedController { |
|
|
@DataFilter(tableAlias = "epaf", deptId = "grid_id", prefix = "AND", isPendingCreator = false) |
|
|
@DataFilter(tableAlias = "epaf", deptId = "grid_id", prefix = "AND", isPendingCreator = false) |
|
|
public void export(@RequestParam Map<String, Object> params, HttpServletResponse response) throws Exception { |
|
|
public void export(@RequestParam Map<String, Object> params, HttpServletResponse response) throws Exception { |
|
|
List<PartyAuthenticationFailedDTO> list = partyAuthenticationFailedService.list(params); |
|
|
List<PartyAuthenticationFailedDTO> list = partyAuthenticationFailedService.list(params); |
|
|
ExcelUtils.exportExcelToTarget(response, null, list, PartyAuthenticationFailedExcel.class); |
|
|
ExcelUtils.exportExcelToTarget(response, "认证失败党员", list, PartyAuthenticationFailedExcel.class); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |