|
|
@ -213,7 +213,7 @@ public class IssueExtractServiceImpl implements IssueExtractService { |
|
|
|
} |
|
|
|
|
|
|
|
// 5. 上级ID
|
|
|
|
List<String> agencyIds = listResult.stream().map(process -> process.getAgencyId()).distinct().collect(Collectors.toList()); |
|
|
|
List<String> agencyIds = result.stream().map(process -> process.getAgencyId()).distinct().collect(Collectors.toList()); |
|
|
|
List<AgencyInfoResultDTO> agencyInfoList = dimAgencyDao.selectAgencyInfo(agencyIds); |
|
|
|
if (CollectionUtils.isEmpty(agencyInfoList)){ |
|
|
|
throw new RenException(ExtractConstant.PARENT_AGENCY_ID_LIST); |
|
|
|