Commit fa57c651 authored by duanruiming's avatar duanruiming

[update] 辖区路口定位

parent 1938442e
......@@ -495,12 +495,7 @@ public class SituationDetectionServiceImpl implements SituationDetectionService
for (TBaseCrossInfo tBaseCrossInfo : tBaseCrossInfos) {
if (StringUtils.equals(tBaseCrossInfo.getId(), tBaseAreaCross.getCrossId())) {
name = tBaseCrossInfo.getName();
break;
}
}
for (CrossInfoOutVo crossInfoOutVo : crossInfoOutVoList) {
if (StringUtils.equals(crossInfoOutVo.getId(), tBaseAreaCross.getCrossId())) {
location = crossInfoOutVo.getLocation();
location = tBaseCrossInfo.getLocation();
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