|
|
@ -143,6 +143,9 @@ public class AgencyServiceImpl implements AgencyService { |
|
|
|
subAgency = getDepartmentList(sub.getPids() + ScreenConstant.COMMA + sub.getValue()); |
|
|
|
}else { |
|
|
|
subAgency = getDepartmentList(sub.getPids() + ScreenConstant.COLON + sub.getValue()); |
|
|
|
if (null == subAgency){ |
|
|
|
subAgency = getDepartmentListByBiz(sub.getPids() + ScreenConstant.COLON + sub.getValue()); |
|
|
|
} |
|
|
|
} |
|
|
|
sub.setChildren(subAgency); |
|
|
|
} |
|
|
@ -176,6 +179,9 @@ public class AgencyServiceImpl implements AgencyService { |
|
|
|
subAgency = getDepartmentListByBiz(sub.getPids() + ScreenConstant.COMMA + sub.getValue()); |
|
|
|
}else { |
|
|
|
subAgency = getDepartmentListByBiz(sub.getPids() + ScreenConstant.COLON + sub.getValue()); |
|
|
|
if (null == subAgency){ |
|
|
|
subAgency = getDepartmentListByBiz(sub.getPids() + ScreenConstant.COLON + sub.getValue()); |
|
|
|
} |
|
|
|
} |
|
|
|
sub.setChildren(subAgency); |
|
|
|
} |
|
|
|