| 
					
				 | 
			
			
				@@ -292,6 +292,7 @@ public class TenantGroupServiceImpl extends ServiceImpl<TenantGroupMapper, Tenan 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         studentDao.update(null, Wrappers.<Student>lambdaUpdate() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .eq(Student::getTenantId, group.getTenantId()) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                .eq(Student::getTenantGroupId, id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .set(Student::getTenantGroupId, -1L)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return removeById(id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |