|  | @@ -532,7 +532,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
 | 
	
		
			
				|  |  |  			twoChild.add(new IndexErrInfoDto(IndexErrorType.STUDENT_APPLY_FOR_QUIT_MUSIC_GROUP, IndexErrorType.STUDENT_APPLY_FOR_QUIT_MUSIC_GROUP.getMsg(), quitGroupNum.size(),  quitGroupNum));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  			//乐团学员会员到期首页提醒
 | 
	
		
			
				|  |  | -			List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(null,educationUserId);
 | 
	
		
			
				|  |  | +			List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(null,educationUserId,organIdsStr);
 | 
	
		
			
				|  |  |  			IndexErrInfoDto noClassMusicGroupStudentInfo = new IndexErrInfoDto();
 | 
	
		
			
				|  |  |  			Set<String> musicGroupIds = studentRegistrations.stream().map(e -> e.getMusicGroupId()).collect(Collectors.toSet());
 | 
	
		
			
				|  |  |  			Set<Integer> userIds = studentRegistrations.stream().map(e -> e.getUserId()).collect(Collectors.toSet());
 | 
	
	
		
			
				|  | @@ -910,7 +910,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
 | 
	
		
			
				|  |  |  		if(StringUtils.isEmpty(configValue)){
 | 
	
		
			
				|  |  |  			configValue = "15";
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | -		List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(configValue,educationUserId);
 | 
	
		
			
				|  |  | +		List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(configValue,educationUserId,organIds);
 | 
	
		
			
				|  |  |  		Set<String> musicGroupIdList = studentRegistrations.stream().map(e -> e.getMusicGroupId()).collect(Collectors.toSet());
 | 
	
		
			
				|  |  |  		Set<Integer> userIds = studentRegistrations.stream().map(e -> e.getUserId()).collect(Collectors.toSet());
 | 
	
		
			
				|  |  |  		IndexErrInfoDto infoDto = new IndexErrInfoDto();
 | 
	
	
		
			
				|  | @@ -987,7 +987,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
 | 
	
		
			
				|  |  |  			if(StringUtils.isEmpty(configValue)){
 | 
	
		
			
				|  |  |  				configValue = "15";
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  | -			List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(configValue,educationUserId);
 | 
	
		
			
				|  |  | +			List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(configValue,educationUserId,organIdsStr);
 | 
	
		
			
				|  |  |  			if(studentRegistrations.size() > 0){
 | 
	
		
			
				|  |  |  				flag2 = true;
 | 
	
		
			
				|  |  |  			}
 | 
	
	
		
			
				|  | @@ -1096,7 +1096,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		if(!flag5){
 | 
	
		
			
				|  |  |  			if(!flag5){
 | 
	
		
			
				|  |  | -				List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(null,educationUserId);
 | 
	
		
			
				|  |  | +				List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(null,educationUserId,organIdsStr);
 | 
	
		
			
				|  |  |  				if(studentRegistrations.size() > 0){
 | 
	
		
			
				|  |  |  					flag5 = true;
 | 
	
		
			
				|  |  |  				}
 |