|  | @@ -1135,6 +1135,11 @@ public class MusicGroupPaymentCalenderServiceImpl extends BaseServiceImpl<Long,
 | 
	
		
			
				|  |  |  			classGroupService.spanGroupClassAdjustPass(adjust.getMasterClassGroupId()
 | 
	
		
			
				|  |  |  					,studentIds,courseIds,classGroupStudents,allLockCourseIds,batchNo,adjust.getMasterTotalPrice());
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | +		for (MusicGroupPaymentCalender musicGroupPaymentCalender : musicGroupPaymentCalenders) {
 | 
	
		
			
				|  |  | +			//将0元未缴费学员缴费状态更新为已缴费
 | 
	
		
			
				|  |  | +			int j = musicGroupPaymentCalenderDetailDao.updateNoPaymentAndZeroPaymentStatus(musicGroupPaymentCalender.getId());
 | 
	
		
			
				|  |  | +			musicGroupPaymentCalender.setActualNum((musicGroupPaymentCalender.getActualNum()==null?0:musicGroupPaymentCalender.getActualNum()) + j);
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  |  		musicGroupPaymentCalenderDao.batchUpdate(musicGroupPaymentCalenders);
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 |