Commit 5eb8f93d authored by hanbing's avatar hanbing

[update] 测试Jenkins自动构建

parent 66d3aac8
......@@ -446,7 +446,7 @@ public class SpecialServiceServiceImpl implements SpecialServiceService {
public void isValidPoint(IsValidPointBO isValidPointBO) {
String lonLat = isValidPointBO.getLonLat();
List<RidInfoEntity> ridInfoEntities = ridInfoMapper.selectAll();
// 获取点位经纬度与rid连线相交的路段
// 获取点位经纬度与 rid 连线相交的路段
Geometry geometry = GeometryUtil.str2Geometry(lonLat);
Set<String> startRidPoints = new HashSet<>();
for (RidInfoEntity ridInfoEntity : ridInfoEntities) {
......
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