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