|
|
@@ -199,7 +199,7 @@ public class DefaultDeclaredProjectManage { |
|
|
|
orgMap.put(OrgTypeEnum.TARGET_LABEL.name(),orgInfoDTO); |
|
|
|
|
|
|
|
//如果有上级条线主管单位 并且 不是市本级 |
|
|
|
if(!RegionConst.RC_LS.equals(userFullInfo.getRegionCode())){ |
|
|
|
if(!RegionConst.RC_LS.equals(project.getAreaCode())){ |
|
|
|
OrgInfoDTO parentLineOrgInfoDto = new OrgInfoDTO(); |
|
|
|
parentLineOrgInfoDto.setOrganizationCode(project.getHigherSuperOrgCode()); |
|
|
|
parentLineOrgInfoDto.setOrganizationName(project.getHigherSuperOrg()); |
|
|
|