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