Commit 4ecc0c78 authored by duanruiming's avatar duanruiming

[update] 辖区路口显示问题

parent 298f06e3
...@@ -499,6 +499,12 @@ public class SituationDetectionServiceImpl implements SituationDetectionService ...@@ -499,6 +499,12 @@ public class SituationDetectionServiceImpl implements SituationDetectionService
break; break;
} }
} }
for (CrossInfoOutVo crossInfoOutVo : crossInfoOutVoList) {
if (StringUtils.equals(crossInfoOutVo.getId(), tBaseAreaCross.getCrossId())) {
location = crossInfoOutVo.getLocation();
break;
}
}
signalAreaVO.setName(name); signalAreaVO.setName(name);
signalAreaVO.setType("2"); signalAreaVO.setType("2");
signalAreaVO.setPoint(location); signalAreaVO.setPoint(location);
......
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