diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index a9cf9c88..7a0ca494 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java index bbc7c3c5..708e20c7 100644 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/CoeCooperationAPIManager.java @@ -510,6 +510,15 @@ public class CoeCooperationAPIManager { return new CoeCooperationRoleDao().getCooperationRoleByUser(teamId, userId); } + /** + * 查询指定id的角色 + * @param roleId + * @return + */ + public CoeCooperationRoleModel queryCooperationRole(String roleId) { + return new CoeCooperationRoleDao().getInstance(roleId); + } + /** * 查询小组下的所有角色 * 按照管理员/设计人员/浏览人员+剩余角色创建时间倒序排序