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