puzhibing
2025-06-03 f58d0913c810c68c550e5b12da64dbdeb0d0c1f0
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);
}