From 7de1396e315896dbc72a9d54e44f77434ea90f18 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 14 十二月 2025 23:47:34 +0800
Subject: [PATCH] feat:增加企业微信自动登录

---
 ruoyi-system/src/main/java/com/ruoyi/system/mapper/VehicleGpsMapper.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/VehicleGpsMapper.java b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/VehicleGpsMapper.java
index da0f917..d8afe11 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/VehicleGpsMapper.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/VehicleGpsMapper.java
@@ -60,8 +60,8 @@
      * @return GPS鍧愭爣鍒楄〃
      */
     public List<VehicleGps> selectGpsDataByTimeRange(@Param("vehicleId") Long vehicleId,
-                                                       @Param("startTime") Date startTime,
-                                                       @Param("endTime") Date endTime);
+                                                       @Param("startTime") String startTime,
+                                                       @Param("endTime") String endTime);
 
     /**
      * 鏌ヨ娲昏穬杞﹁締ID鍒楄〃
@@ -69,7 +69,7 @@
      * @param startTime 璧峰鏃堕棿
      * @return 杞﹁締ID鍒楄〃
      */
-    public List<Long> selectActiveVehicleIds(@Param("startTime") Date startTime);
+    public List<Long> selectActiveVehicleIds(@Param("startTime") String startTime);
     
     /**
      * 鏌ヨ鏈璁$畻鐨凣PS鍧愭爣锛堜笉鍦╰b_vehicle_gps_calculated琛ㄤ腑鐨勮褰曪級
@@ -80,6 +80,6 @@
      * @return 鏈璁$畻鐨凣PS鍧愭爣鍒楄〃
      */
     public List<VehicleGps> selectUncalculatedGps(@Param("vehicleId") Long vehicleId,
-                                                    @Param("startTime") Date startTime,
-                                                    @Param("endTime") Date endTime);
+                                                    @Param("startTime") String startTime,
+                                                    @Param("endTime") String endTime);
 } 
\ No newline at end of file

--
Gitblit v1.9.1