From 87aa038fa30b5086e32dbaa9c284acc9bd7ced7c Mon Sep 17 00:00:00 2001 From: gx_ma <1773945958@qq.com> Date: Wed, 25 Mar 2026 16:02:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E9=A2=91=E6=8E=A5=E5=85=A5):=20?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sip-server/src/main/resources/mapper/SipDeviceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot/fastbee-server/sip-server/src/main/resources/mapper/SipDeviceMapper.xml b/springboot/fastbee-server/sip-server/src/main/resources/mapper/SipDeviceMapper.xml index b5ea9588..20076788 100644 --- a/springboot/fastbee-server/sip-server/src/main/resources/mapper/SipDeviceMapper.xml +++ b/springboot/fastbee-server/sip-server/src/main/resources/mapper/SipDeviceMapper.xml @@ -189,7 +189,7 @@ active_time = #{activeTime}, ip = #{ip}, port = #{port}, - hostaddress = #{hostAddress}, + host_address = #{hostAddress}, where device_sip_id = #{deviceSipId}