@ -75,6 +75,7 @@ public class ChangeDeathController {
return new Result();
}
@NoRepeatSubmit
@GetMapping("export")
public void export(@RequestParam Map<String, Object> params, HttpServletResponse response) throws Exception {
List<ChangeDeathDTO> list = changeDeathService.list(params);
@ -75,6 +75,7 @@ public class ChangeRelocationController {
List<ChangeRelocationDTO> list = changeRelocationService.list(params);
@ -73,6 +73,7 @@ public class ChangeWelfareController {
List<ChangeWelfareDTO> list = changeWelfareService.list(params);