|
|
@ -136,7 +136,7 @@ public class EvaluationIndexServiceImpl implements EvaluationIndexService { |
|
|
|
if (!CollectionUtils.isNotEmpty(list)) { |
|
|
|
return evaluationIndexDao.getSubAgencyListByAgency(agencyId, null, null); |
|
|
|
} else { |
|
|
|
list.add(agencyId); |
|
|
|
list.add(dto.getCustomerId()); |
|
|
|
return evaluationIndexDao.getSubAgencyListByAgency(null, dto.getAreaCode(), list); |
|
|
|
} |
|
|
|
} |
|
|
|