|
@@ -409,7 +409,7 @@ public class TenantGroupServiceImpl extends ServiceImpl<TenantGroupMapper, Tenan
|
|
|
}
|
|
|
}
|
|
|
this.lambdaUpdate()
|
|
|
- .set(TenantGroup::getAdminId, toTeacher)
|
|
|
+ .set(TenantGroup::getAdminId, null)
|
|
|
.set(TenantGroup::getImGroupId, null)
|
|
|
.eq(TenantGroup::getId, detail.getTenantGroupId())
|
|
|
.update();
|