zhangnaisong
2023-06-24 08116a3c0d7cf7ea098c3c79e0f3d3ff8ad530f0
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">