fix(视频接入): 报错修改

This commit is contained in:
gx_ma
2026-03-25 16:02:03 +08:00
parent d9f39c645d
commit 87aa038fa3

View File

@@ -189,7 +189,7 @@
<if test="activeTime != null">active_time = #{activeTime},</if> <if test="activeTime != null">active_time = #{activeTime},</if>
<if test="ip != null">ip = #{ip},</if> <if test="ip != null">ip = #{ip},</if>
<if test="port != null">port = #{port},</if> <if test="port != null">port = #{port},</if>
<if test="hostAddress != null">hostaddress = #{hostAddress},</if> <if test="hostAddress != null">host_address = #{hostAddress},</if>
</trim> </trim>
where device_sip_id = #{deviceSipId} where device_sip_id = #{deviceSipId}
</update> </update>