‘liusuyi’
2023-07-01 d4c8d8c629a08b392c185ff5fa34a6d4e46e1d4d
雷达历史查询按时间倒序
已修改1个文件
1 ■■■■ 文件已修改
ard-work/src/main/resources/mapper/alarm/ArdAlarmRadarMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">