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">