|  | @@ -1807,7 +1807,9 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
											
												
													
														|  |  			imGroupMemberList.add(new ImGroupMember(studentId.toString()));
 |  |  			imGroupMemberList.add(new ImGroupMember(studentId.toString()));
 | 
											
												
													
														|  |  		}
 |  |  		}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -		classGroupStudentMapperDao.classGroupStudentsInsert(classGroupStudentMappers);
 |  | 
 | 
											
												
													
														|  | 
 |  | +		if(!CollectionUtils.isEmpty(classGroupStudentMappers)){
 | 
											
												
													
														|  | 
 |  | +			classGroupStudentMapperDao.classGroupStudentsInsert(classGroupStudentMappers);
 | 
											
												
													
														|  | 
 |  | +		}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  		classGroupService.updateClassGroupInfo(classGroup.getId());
 |  |  		classGroupService.updateClassGroupInfo(classGroup.getId());
 | 
											
												
													
														|  |  
 |  |  
 |