소스 검색

add 课表列表增加预计学生数

周箭河 4 년 전
부모
커밋
cead7ce20d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-web/src/main/java/com/ym/mec/web/controller/StudentRegistrationController.java

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/StudentRegistrationController.java

@@ -239,7 +239,7 @@ public class StudentRegistrationController extends BaseController {
     }
 
 
-    @ApiOperation(value = "乐团预报名列表分页查询")
+    @ApiOperation(value = "预报名导出")
     @GetMapping("/preRegisterExport")
     @PreAuthorize("@pcs.hasPermissions('studentRegistration/preRegisterExport')")
     public void queryPreApplyList(StudentPreRegistrationQueryInfo queryInfo, HttpServletResponse response) throws Exception {