‘liusuyi’
2023-06-24 0c8751da4d4bcf63289fc7cbd90aa5635ceb3984
ard-work/src/main/resources/mapper/alarm/ArdAlarmCameraMapper.xml
@@ -52,6 +52,7 @@
            <if test="userId != null  and userId != ''"> and user_id = #{userId}</if>
            <if test="deptId != null "> and dept_id = #{deptId}</if>
        </where>
        order by alarm_time desc
    </select>
    
    <select id="selectArdAlarmCameraById" parameterType="String" resultMap="ArdAlarmCameraResult">