|
@@ -256,7 +256,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoMapper, TenantI
|
|
|
String userType = sysUser.getUserType();
|
|
|
|
|
|
if (userType.contains(SysUserType.SYSTEM.getCode())){
|
|
|
- throw new BizException("该手机号已注册机构");
|
|
|
+ throw new BizException("该手机号已注册平台员工");
|
|
|
}
|
|
|
//设置默认机构类型
|
|
|
String tenantUserType = SysUserType.ORGANIZATION.getCode();
|