瀏覽代碼

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 {