|
|
@ -104,6 +104,8 @@ public class DyLevelServiceImpl implements DyLevelService {
|
|
|
|
for (TerminalStatus status : terminalStatusDtos) {
|
|
|
|
for (TerminalStatus status : terminalStatusDtos) {
|
|
|
|
statusMap.put(status.getTermId(), status);
|
|
|
|
statusMap.put(status.getTermId(), status);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map<Integer, TowerDto> towerMap = cacheService.getTowerMap();
|
|
|
|
Map<Integer, TowerDto> towerMap = cacheService.getTowerMap();
|
|
|
|
List<TowerDto> towerList = towerMap.values().stream().collect(Collectors.toList());
|
|
|
|
List<TowerDto> towerList = towerMap.values().stream().collect(Collectors.toList());
|
|
|
|
Map<Integer, TowerDto> towerByLineMap = Maps.newHashMap();
|
|
|
|
Map<Integer, TowerDto> towerByLineMap = Maps.newHashMap();
|
|
|
|