补充被merge掉的代码
This commit is contained in:
parent
0e15d1696e
commit
f7b73da52b
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询小组下的所有角色
|
||||
* 按照管理员/设计人员/浏览人员+剩余角色创建时间倒序排序
|
||||
|
||||
Loading…
Reference in New Issue
Block a user