|  | @@ -431,7 +431,7 @@ public class TenantGroupServiceImpl extends ServiceImpl<TenantGroupMapper, Tenan
 | 
											
												
													
														|  |                          .update();
 |  |                          .update();
 | 
											
												
													
														|  |                  studentDao.update(null, Wrappers.<Student>lambdaUpdate()
 |  |                  studentDao.update(null, Wrappers.<Student>lambdaUpdate()
 | 
											
												
													
														|  |                          .eq(Student::getTenantGroupId, detail.getTenantGroupId())
 |  |                          .eq(Student::getTenantGroupId, detail.getTenantGroupId())
 | 
											
												
													
														|  | -                        .set(Student::getTenantGroupId, null));
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        .set(Student::getTenantGroupId, -1L));
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          return true;
 |  |          return true;
 |