Commit fa57c651 authored by duanruiming's avatar duanruiming

[update] 辖区路口定位

parent 1938442e
...@@ -495,12 +495,7 @@ public class SituationDetectionServiceImpl implements SituationDetectionService ...@@ -495,12 +495,7 @@ public class SituationDetectionServiceImpl implements SituationDetectionService
for (TBaseCrossInfo tBaseCrossInfo : tBaseCrossInfos) { for (TBaseCrossInfo tBaseCrossInfo : tBaseCrossInfos) {
if (StringUtils.equals(tBaseCrossInfo.getId(), tBaseAreaCross.getCrossId())) { if (StringUtils.equals(tBaseCrossInfo.getId(), tBaseAreaCross.getCrossId())) {
name = tBaseCrossInfo.getName(); name = tBaseCrossInfo.getName();
break; location = tBaseCrossInfo.getLocation();
}
}
for (CrossInfoOutVo crossInfoOutVo : crossInfoOutVoList) {
if (StringUtils.equals(crossInfoOutVo.getId(), tBaseAreaCross.getCrossId())) {
location = crossInfoOutVo.getLocation();
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment