|
@@ -405,7 +405,6 @@ public class TenantService extends ServiceImpl<TenantEntityMapper, Tenant> {
|
|
if (invitation.getIsInvalid().equals(1)) {
|
|
if (invitation.getIsInvalid().equals(1)) {
|
|
ThrowException.throwXiaoShiException("邀请码已被使用");
|
|
ThrowException.throwXiaoShiException("邀请码已被使用");
|
|
}
|
|
}
|
|
-
|
|
|
|
//邀请码表更新信息
|
|
//邀请码表更新信息
|
|
//地址
|
|
//地址
|
|
invitation.setAddress(tenantVo.getAddress());
|
|
invitation.setAddress(tenantVo.getAddress());
|