..
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user