fixbug 数据库字段名
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
</select>
|
||||
|
||||
<update id="bindMember">
|
||||
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}
|
||||
<if test="deviceType != null">
|
||||
and device_type = #{deviceType}
|
||||
|
||||
Reference in New Issue
Block a user