浏览代码

预约明细

haogh 8 月之前
父节点
当前提交
2ff3b86a8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/qmth/exam/reserve/controller/admin/StudentApplyController.java

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

@@ -210,7 +210,7 @@ public class StudentApplyController extends BaseController {
     }
 
     @ApiOperation(value = "导出考生预约的详情信息")
-    @PostMapping(value = "/export/std/apply")
+    @PostMapping(value = "/detail/export")
     public String exportStudentApplyDetail(@ApiParam("教学点ID") @RequestParam(required = false) Long teachingId) {
         LoginUser user = curLoginUser();
         if (Role.TEACHING.equals(user.getRole())) {