|
|
@ -124,7 +124,7 @@ public class EvaluationIndexServiceImpl implements EvaluationIndexService { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询直属下级组织列表,有子客户的按areaCode查没有的按agencyId查 |
|
|
|
* @Description 查询直属下级组织列表,有子客户的按areaCode查没有的按agencyId查且是在当前客户和子客户范围内查询 |
|
|
|
* @author sun |
|
|
|
*/ |
|
|
|
@Override |
|
|
@ -136,6 +136,7 @@ public class EvaluationIndexServiceImpl implements EvaluationIndexService { |
|
|
|
if (!CollectionUtils.isNotEmpty(list)) { |
|
|
|
return evaluationIndexDao.getSubAgencyListByAgency(agencyId, null, null); |
|
|
|
} else { |
|
|
|
list.add(agencyId); |
|
|
|
return evaluationIndexDao.getSubAgencyListByAgency(null, dto.getAreaCode(), list); |
|
|
|
} |
|
|
|
} |
|
|
|