Browse Source

Merge remote-tracking branch 'origin/master'

zouxuan 4 years ago
parent
commit
b71c4124ce

+ 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")
     @GetMapping("/preRegisterExport")
     @PreAuthorize("@pcs.hasPermissions('studentRegistration/preRegisterExport')")
     @PreAuthorize("@pcs.hasPermissions('studentRegistration/preRegisterExport')")
     public void queryPreApplyList(StudentPreRegistrationQueryInfo queryInfo, HttpServletResponse response) throws Exception {
     public void queryPreApplyList(StudentPreRegistrationQueryInfo queryInfo, HttpServletResponse response) throws Exception {