Commit 7f895196 authored by ma's avatar ma

Merge remote-tracking branch 'remotes/origin/master' into for-yx

parents 1964c25f 42978028
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</insert> </insert>
<update id="updateDeviceById" parameterType="iot.sixiang.license.entity.Device"> <update id="updateDeviceById" parameterType="iot.sixiang.license.entity.Device">
update device set sn_bind = #{snBind}, status = #{status}, update_time = #{updateTime} where device_id = #{deviceId} update device set sn = #{sn}, sn_bind = #{snBind}, status = #{status}, update_time = #{updateTime} where device_id = #{deviceId}
</update> </update>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment