From 8d953fc8d636d6e03f7f4f410af96ec4c17d52bd Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 4 Jul 2022 22:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=A7=92=E8=89=B2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=89=94=E9=99=A4=E9=9A=90=E8=97=8F=E8=A7=92=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java b/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java index dd8c70f9..6ca85d07 100644 --- a/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java +++ b/com.actionsoft.apps.coe.pal.cooperation/src/com/actionsoft/apps/coe/pal/cooperation/web/CooperationWeb.java @@ -656,7 +656,7 @@ public class CooperationWeb extends ActionWeb { "" : role.getRoleType() == CoeCooperationConst.ROLE_TYPE_VISITOR ? "" : ""); //新版权限隐藏隐式用户角色 - if (!isOlderVersion && role.getIsUser() == 1){ + if (role.getIsUser() == 1){ continue; } dtoList.add(dto);