This commit is contained in:
server
2025-09-19 17:08:29 +08:00
parent 9b4b8769bd
commit 16b24454f6
2 changed files with 19 additions and 3 deletions
@@ -213,7 +213,8 @@ public class WelfareStatisticsController {
@Ok("void")
@SaCheckPermission("welfare.statistics")
public void exportSummary(String projectId, String unionId, HttpServletResponse response) {
welfareSingleService.exportSummary(projectId, unionId, response);
// welfareSingleService.exportSummary(projectId, unionId, response);
welfareStatisticsService.exportSummary(projectId,response);
}
@At