ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/dao/UPExgMsgRealLocationDao.java
@@ -16,10 +16,19 @@ /** * 查询有效时间段车辆的定位数据 * * @param vehicleNo * @param start * @param end * @return */ List<UPExgMsgRealLocation> findByVehicleNoAndCreateTimeBetween(String vehicleNo, Long start, Long end); /** * 获取车辆的最新定位 * * @param vehicleNo * @return */ UPExgMsgRealLocation findByVehicleNoOrderByCreateTimeDesc(String vehicleNo); }