|
@@ -1172,6 +1172,12 @@ public class OrganizationUserServiceImpl extends SuperService {
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 组装用户在项目的冗余存储信息
|
|
|
|
|
+ * @param projectOid
|
|
|
|
|
+ * @param userAccount
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
public UserOrgStoreModel getUserInProjectInfo(String projectOid, UserAccount userAccount) {
|
|
public UserOrgStoreModel getUserInProjectInfo(String projectOid, UserAccount userAccount) {
|
|
|
UserOrgStoreModel storeModel = new UserOrgStoreModel();
|
|
UserOrgStoreModel storeModel = new UserOrgStoreModel();
|
|
|
OrganizationUser organizationUser = getUserTopInProjectBindOrgUserInfo(projectOid, userAccount);
|
|
OrganizationUser organizationUser = getUserTopInProjectBindOrgUserInfo(projectOid, userAccount);
|