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