‘liusuyi’
2023-07-01 d4c8d8c629a08b392c185ff5fa34a6d4e46e1d4d
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">