haogh 1 жил өмнө
parent
commit
1fecfd063a

+ 1 - 1
src/main/java/com/qmth/exam/reserve/controller/admin/StudentApplyController.java

@@ -162,7 +162,7 @@ public class StudentApplyController extends BaseController {
 
 
     @ApiOperation(value = "导出考场预约情况表")
-    @GetMapping(value = "/export/teaching/available")
+    @PostMapping(value = "/export/teaching/available")
     public void exportApplyAvailable(@ApiParam("教学点ID") @RequestParam Long teachingId, HttpServletResponse response) {
         try {
             String fileName = URLEncoder.encode("考点预约情况表", "UTF-8");