|
@ -203,6 +203,9 @@ public class SysOrganizationService extends MybatisBaseService<SysOrganizationMa |
|
|
System.out.println(l); |
|
|
System.out.println(l); |
|
|
UserProjectVo userProjectVo1=userProjectFeign.getSidByUserSid(projectSid,l.getSid()).getData(); |
|
|
UserProjectVo userProjectVo1=userProjectFeign.getSidByUserSid(projectSid,l.getSid()).getData(); |
|
|
l.setUserProjectSid(userProjectVo1.getSid()); |
|
|
l.setUserProjectSid(userProjectVo1.getSid()); |
|
|
|
|
|
if(l.getIsOrg()=="2"){ |
|
|
|
|
|
l.setOrgAllName(sysOrganizationVo1.getName()); |
|
|
|
|
|
} |
|
|
i++; |
|
|
i++; |
|
|
j++; |
|
|
j++; |
|
|
list1.add(l); |
|
|
list1.add(l); |
|
@ -218,6 +221,7 @@ public class SysOrganizationService extends MybatisBaseService<SysOrganizationMa |
|
|
if(t.getSid().equals(userProjectVo.getUserSid())){ |
|
|
if(t.getSid().equals(userProjectVo.getUserSid())){ |
|
|
UserProjectVo userProjectVo2=userProjectFeign.getSidByUserSid(projectSid,userProjectVo.getUserSid()).getData(); |
|
|
UserProjectVo userProjectVo2=userProjectFeign.getSidByUserSid(projectSid,userProjectVo.getUserSid()).getData(); |
|
|
t.setUserProjectSid(userProjectVo2.getSid()); |
|
|
t.setUserProjectSid(userProjectVo2.getSid()); |
|
|
|
|
|
t.setOrgAllName(sysOrganizationVo1.getName()+"-"+s.getName()); |
|
|
list2.add(t); |
|
|
list2.add(t); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|