Selaa lähdekoodia

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

周箭河 4 vuotta sitten
vanhempi
commit
cead7ce20d

+ 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 {