|
@@ -42,7 +42,7 @@ public class StudentController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "后台人员管理--学员列表")
|
|
|
- @GetMapping(value = "list")
|
|
|
+ @GetMapping(value = "registrationList")
|
|
|
@PreAuthorize("@pcs.hasPermissions('student/registrationList')")
|
|
|
public HttpResponseResult<PageInfo<Student>> queryRegistrationList(QueryInfo queryInfo) {
|
|
|
return succeed(studentService.queryRegistrationList(queryInfo));
|