|
@@ -129,7 +129,7 @@ public class EnterpriseUserBindServiceImpl implements EnterpriseUserBindService
|
|
if(null == userBindDO) {
|
|
if(null == userBindDO) {
|
|
throw exception(MDE_ENTERPRISE_USER_BIND_NOT_EXISTS);
|
|
throw exception(MDE_ENTERPRISE_USER_BIND_NOT_EXISTS);
|
|
}
|
|
}
|
|
- return UserTypeEnum.MEMBER_ADMIN.getValue().toString()
|
|
|
|
|
|
+ return EnterpriseUserTypeEnum.ADMIN.getType().toString()
|
|
.equals(userBindDO.getUserType());
|
|
.equals(userBindDO.getUserType());
|
|
}
|
|
}
|
|
|
|
|