Преглед изворни кода

Merge remote-tracking branch 'origin/master'

Joburgess пре 5 година
родитељ
комит
c88d942b6e

+ 0 - 1
edu-user/edu-user-server/src/main/java/com/keao/edu/user/controller/StudentController.java

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