|
@@ -310,6 +310,8 @@ public class CommonServiceImpl implements CommonService {
|
|
|
boatPathVo.setLongitude(longitude);
|
|
|
boatPathVo.setLatitude(latitude);
|
|
|
boatPathVo.setTime(row.getString("gpstime"));
|
|
|
+ boatPathVo.setMapX(String.valueOf(mapx));
|
|
|
+ boatPathVo.setMapY(String.valueOf(mapy));
|
|
|
resultList.add(boatPathVo);
|
|
|
}
|
|
|
}
|