forked from ard/ruoyi-api

‘liusuyi’
2023-07-01 d4c8d8c629a08b392c185ff5fa34a6d4e46e1d4d
雷达历史查询按时间倒序
1 files modified
1 ■■■■ changed files
ard-work/src/main/resources/mapper/alarm/ArdAlarmRadarMapper.xml 1 ●●●● patch | view | raw | blame | history
ard-work/src/main/resources/mapper/alarm/ArdAlarmRadarMapper.xml
@@ -45,6 +45,7 @@
            <if test="alarmType != null  and alarmType != ''">and alarm_type = #{alarmType}</if>
            <if test="deptId != null ">and dept_id = #{deptId}</if>
        </where>
        order by alarm_time desc
    </select>
    <select id="selectArdAlarmRadarById" parameterType="String" resultMap="ArdAlarmRadarResult">