瀏覽代碼

判断用户是否存在其他公司bug处理

Bob 2 年之前
父節點
當前提交
25d8b6b195

+ 1 - 1
pdf-tech-core/src/main/java/cn/kdan/pdf/tech/core/service/impl/VppRTeamMemberRoleServiceImpl.java

@@ -119,7 +119,7 @@ public class VppRTeamMemberRoleServiceImpl implements VppRTeamMemberRoleService
         // 如果成员存在,校验数据
         if (null != byAccount) {
             // 判断是否存在于其他公司
-            if (byAccount.getCompanyId().equals(user.getCompanyId())) {
+            if (!byAccount.getCompanyId().equals(user.getCompanyId())) {
                 throw new BackendRuntimeException(VppMemberConstant.MEMBEU_HAS_JOINED);
             }
             // 查询用户是否已存在其他团队中