mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-05-07 08:14:39 +08:00
fix(视频接入): 报错修改
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<if test="activeTime != null">active_time = #{activeTime},</if>
|
||||
<if test="ip != null">ip = #{ip},</if>
|
||||
<if test="port != null">port = #{port},</if>
|
||||
<if test="hostAddress != null">hostaddress = #{hostAddress},</if>
|
||||
<if test="hostAddress != null">host_address = #{hostAddress},</if>
|
||||
</trim>
|
||||
where device_sip_id = #{deviceSipId}
|
||||
</update>
|
||||
|
||||
Reference in New Issue
Block a user