|  | @@ -1043,7 +1043,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
	
		
			
				|  |  |          result.setVipStudentNum(cloudTeacherDao.getOrgansTotalVipStudentNum(organIds));
 | 
	
		
			
				|  |  |  //        result.seteVipStudentNum(studentDao.getOrgansTotalEVipStudentNum(organIds));
 | 
	
		
			
				|  |  |          result.setCloudStudyUseStudentNum(studentDao.getOrgansTotalCloudStudyStudentNum(organIds));
 | 
	
		
			
				|  |  | -        result.setCloudStudyTodayUseStudentNum(studentDao.getOrgansTodayTotalCloudStudyStudentNum(organIds));
 | 
	
		
			
				|  |  | +        //result.setCloudStudyTodayUseStudentNum(studentDao.getOrgansTodayTotalCloudStudyStudentNum(organIds));
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  |          Calendar cal = Calendar.getInstance();    
 | 
	
		
			
				|  |  |          cal.setTime(new Date());    
 | 
	
	
		
			
				|  | @@ -1057,7 +1057,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
	
		
			
				|  |  |          Date startTime = cal.getTime();
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  |          result.setCloudStudyLivelyStudentNum(studentDao.getOrganTotalCloudStudyLivelyStudentNum(organIds, startTime, endTime));
 | 
	
		
			
				|  |  | -        result.setNewCloudStudyStudentNum(sysMusicCompareRecordDao.getOrgansTotalNewCloudStudyNum(organIds));
 | 
	
		
			
				|  |  | +        //result.setNewCloudStudyStudentNum(sysMusicCompareRecordDao.getOrgansTotalNewCloudStudyNum(organIds));
 | 
	
		
			
				|  |  |  //        if(result.getVipStudentNum()>0&&result.getTotalStudentNum()>0){
 | 
	
		
			
				|  |  |  //            result.setVipStudentDuty(new BigDecimal(result.getVipStudentNum()).divide(new BigDecimal(result.getTotalStudentNum()), 4, BigDecimal.ROUND_DOWN).multiply(new BigDecimal(100)).floatValue());
 | 
	
		
			
				|  |  |  //        }
 |