|  | @@ -1077,7 +1077,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  //		Integer studentPaymentNum=studentPaymentOrderDao.countStudentPaymentNum(vipGroupId.toString());
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -		Integer studentPaymentNum = classGroupStudentMapperDao.countClassGroupNormalStudentNum(classGroup.getId());
 | 
	
		
			
				|  |  | +		Integer studentPaymentNum = classGroupStudentMapperDao.countClassGroupStudentNum(classGroup.getId());
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		if(studentPaymentNum.equals(classGroup.getExpectStudentNum())&&updateVipStatus){
 | 
	
		
			
				|  |  |  			classGroup.setStudentNum(studentPaymentNum);
 |