|
@@ -352,7 +352,7 @@ public class BaseNewStudentController {
|
|
return RT.ok(true);
|
|
return RT.ok(true);
|
|
}
|
|
}
|
|
|
|
|
|
- @GetMapping("/report-export")
|
|
|
|
|
|
+ @PostMapping("/report-export")
|
|
@ApiOperation(value = "导出")
|
|
@ApiOperation(value = "导出")
|
|
public ResponseEntity<byte[]> exportData(@Valid BaseNewStudentPageDto dto) {
|
|
public ResponseEntity<byte[]> exportData(@Valid BaseNewStudentPageDto dto) {
|
|
List<BaseNewStudentPageVo> reportList = baseNewStudentService.getReportList(dto);
|
|
List<BaseNewStudentPageVo> reportList = baseNewStudentService.getReportList(dto);
|