ruoyi-system/src/main/java/com/ruoyi/system/mapper/VehicleGpsMapper.java
@@ -64,11 +64,12 @@ @Param("endTime") Date endTime); /** * 查询所有活跃车辆ID列表 * 查询活跃车辆ID列表 * * @param startTime 起始时间 * @return 车辆ID列表 */ public List<Long> selectActiveVehicleIds(); public List<Long> selectActiveVehicleIds(@Param("startTime") Date startTime); /** * 查询未被计算的GPS坐标(不在tb_vehicle_gps_calculated表中的记录)