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);