dzx преди 2 месеца
родител
ревизия
b3fa8d281d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/java/com/xjrsoft/module/student/controller/BaseNewStudentController.java

+ 1 - 1
src/main/java/com/xjrsoft/module/student/controller/BaseNewStudentController.java

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