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