From a26e17eb8b374efea66679311ea5b4415d034bd5 Mon Sep 17 00:00:00 2001 From: limqhz Date: Mon, 31 Aug 2020 23:13:06 +0800 Subject: [PATCH] =?UTF-8?q?fixbug=20=E6=95=B0=E6=8D=AE=E5=BA=93=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/src/main/resources/mybatis/mapper/sv/DeviceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/resources/mybatis/mapper/sv/DeviceMapper.xml b/service/src/main/resources/mybatis/mapper/sv/DeviceMapper.xml index 4e57b2d..037cb27 100644 --- a/service/src/main/resources/mybatis/mapper/sv/DeviceMapper.xml +++ b/service/src/main/resources/mybatis/mapper/sv/DeviceMapper.xml @@ -302,7 +302,7 @@ - UPDATE sv_device set bind_member = #{bind_member},bind_time = now() + UPDATE sv_device set bind_member = #{bindMember},bind_time = now() WHERE name = #{deviceName} and venue_id=#{venueId} and device_type = #{deviceType}