| 
														
															@@ -57,7 +57,6 @@ public class StudentController extends BaseController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @ApiOperation(value = "学员报名") 
														 | 
														
														 | 
														
															     @ApiOperation(value = "学员报名") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @PostMapping(value = "apply") 
														 | 
														
														 | 
														
															     @PostMapping(value = "apply") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    @PreAuthorize("@pcs.hasPermissions('student/apply')") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public HttpResponseResult apply(Integer organId, String phone) { 
														 | 
														
														 | 
														
															     public HttpResponseResult apply(Integer organId, String phone) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         Student student = new Student(organId, phone); 
														 | 
														
														 | 
														
															         Student student = new Student(organId, phone); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         studentService.addStudent(student); 
														 | 
														
														 | 
														
															         studentService.addStudent(student); 
														 |