From be6191688920d3927fff16ddb0709d205d784468 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期日, 25 六月 2023 10:04:05 +0800
Subject: [PATCH] 用户listsql增加相机操控优先级字段

---
 ard-work/src/main/resources/mapper/alarm/ArdAlarmTubeMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ard-work/src/main/resources/mapper/alarm/ArdAlarmTubeMapper.xml b/ard-work/src/main/resources/mapper/alarm/ArdAlarmTubeMapper.xml
index fa71583..b81216b 100644
--- a/ard-work/src/main/resources/mapper/alarm/ArdAlarmTubeMapper.xml
+++ b/ard-work/src/main/resources/mapper/alarm/ArdAlarmTubeMapper.xml
@@ -73,6 +73,7 @@
             <if test="recordUrl != null  and recordUrl != ''">and record_url = #{recordUrl}</if>
             <if test="viewTime != null ">and view_time = #{viewTime}</if>
         </where>
+        order by alarm_time desc
     </select>
 
     <select id="selectArdAlarmTubeById" parameterType="String" resultMap="ArdAlarmTubeResult">

--
Gitblit v1.9.3