|  | @@ -420,7 +420,7 @@ public class StudentManageController extends BaseController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "云教练学员数据预览列表")
 | 
	
		
			
				|  |  |      @GetMapping("/getCloudStudyStudentOverViewList")
 | 
	
		
			
				|  |  | -    //@PreAuthorize("@pcs.hasPermissions('studentManage/getCloudStudyStudentOverViewList')")
 | 
	
		
			
				|  |  | +    @PreAuthorize("@pcs.hasPermissions('studentManage/getCloudStudyStudentOverViewList')")
 | 
	
		
			
				|  |  |      public HttpResponseResult<List<IndexCloudStudyListDto>> getCloudStudyStudentOverViewList(String organIds) throws Exception {
 | 
	
		
			
				|  |  |          List<Integer> organIdsList;
 | 
	
		
			
				|  |  |          if(StringUtils.isNotBlank(organIds)){
 |