@@ -405,7 +405,6 @@ public class TenantService extends ServiceImpl<TenantEntityMapper, Tenant> {
if (invitation.getIsInvalid().equals(1)) {
ThrowException.throwXiaoShiException("邀请码已被使用");
}
-
//邀请码表更新信息
//地址
invitation.setAddress(tenantVo.getAddress());
@@ -23,7 +23,7 @@ spring:
max-file-size: 1000MB
max-request-size: 1000MB
profiles:
- active: dev
+ active: prodNetOut
jackson:
default-property-inclusion: non_null
serialization: