From 432e000c409886cf1cea94d262d14ba196af1680 Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Tue, 18 Oct 2022 14:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E8=A7=88=E6=9D=83=E9=99=90=E5=B2=97?= =?UTF-8?q?=E4=BD=8D=E5=92=8C=E9=83=A8=E9=97=A8=E5=8F=96=E5=B9=B6=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../coe/pal/pal/repository/PALRepositoryQueryAPIManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java index 798af2d7..1fdeafc4 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java @@ -3931,7 +3931,7 @@ public class PALRepositoryQueryAPIManager { } // 职级为空时 } else if (UtilString.isNotEmpty(orgPerm) && UtilString.isNotEmpty(postPerm) && UtilString.isEmpty(levelPerm)) { - if (getOrgPerm(orgPerm, uc) && getPostPerm(postPerm, uc)) { + if (getOrgPerm(orgPerm, uc) || getPostPerm(postPerm, uc)) { return true; } // 岗位为空时