Commit b8ebae42 authored by duanruiming's avatar duanruiming

[add] AI列表路口名称

parent 5d0b2c62
......@@ -428,6 +428,7 @@ public class StrategyControlServiceImpl implements StrategyControlService {
String location = baseCrossInfoPO.getLocation();
location = location.replace("POINT(", "").replace(" ", ",").replace(")", "");
ext.setWkt(location);
ext.setCrossName(baseCrossInfoPO.getName());
results.add(ext);
}
}
......
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