ソースを参照

线下版本-考生导出bug-20201216

xiaof 4 年 前
コミット
a31d9f3180

+ 1 - 1
stmms-ms-admin/src/main/java/cn/com/qmth/stmms/ms/admin/exporter/StudentExporter.java

@@ -27,7 +27,7 @@ public class StudentExporter {
     private StudentRepo studentRepo;
 
     @GetMapping
-    public void export(@RequestParam StudentSpecification params, HttpServletResponse response) {
+    public void export(StudentSpecification params, HttpServletResponse response) {
 
         List<Student> students = studentRepo.findAll(params.getSpecification());
         List<StudentExpDTO> list = new ArrayList<>();