|
|
@ -74,7 +74,7 @@ public class TopicServiceImpl implements TopicService { |
|
|
|
agencies.forEach(agency -> { |
|
|
|
initAgencyGridMap(agency.getAgencyId(),agency,subGridOfAgency); |
|
|
|
}); |
|
|
|
//计算网格-组映射关系
|
|
|
|
//计算网格-组-话题映射关系
|
|
|
|
List<ResiGroupTopicResultDTO> topics = topicDao.selectGroupOrderByGrid(targetDate,customerId); |
|
|
|
topics.forEach(groupTopic -> { |
|
|
|
if(null != groupTopic.getTopics() && groupTopic.getTopics().size() == NumConstant.ONE && StringUtils.isBlank(groupTopic.getTopics().get(NumConstant.ZERO).getTopicId())){ |
|
|
|