From f08739f46afe856f60ebb1d21ab23d72947629ed Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 21 十二月 2025 00:03:12 +0800
Subject: [PATCH] feat:优化任务搜索查询 app
---
ruoyi-system/src/main/resources/mapper/system/VehicleGpsSegmentMileageMapper.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/VehicleGpsSegmentMileageMapper.xml b/ruoyi-system/src/main/resources/mapper/system/VehicleGpsSegmentMileageMapper.xml
index 1762ebd..674cfdd 100644
--- a/ruoyi-system/src/main/resources/mapper/system/VehicleGpsSegmentMileageMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/VehicleGpsSegmentMileageMapper.xml
@@ -67,7 +67,6 @@
AND segment_start_time <= #{endDate}
AND segment_end_time >= #{startDate}
AND segment_distance >0
- ORDER BY segment_start_time
</select>
<!-- 鎸変换鍔D鏌ヨ鍒嗘閲岀▼鍒楄〃 -->
--
Gitblit v1.9.1