|
@@ -53,7 +53,7 @@ public class CourseShareController extends BaseController {
|
|
return succeed(courseShareService.queryCourseSharedStudent(shareQueryInfo));
|
|
return succeed(courseShareService.queryCourseSharedStudent(shareQueryInfo));
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "查询已经分享过的学生")
|
|
|
|
|
|
+ @ApiOperation(value = "查询可以分享的学生列表")
|
|
@GetMapping("/queryAllCourseShareStudent")
|
|
@GetMapping("/queryAllCourseShareStudent")
|
|
@PreAuthorize("@pcs.hasPermissions('courseShare/queryAllCourseShareStudent')")
|
|
@PreAuthorize("@pcs.hasPermissions('courseShare/queryAllCourseShareStudent')")
|
|
public HttpResponseResult<PageInfo<StudentManageListDto>> queryAllCourseShareStudent(
|
|
public HttpResponseResult<PageInfo<StudentManageListDto>> queryAllCourseShareStudent(
|