id,
product_id,
`name`,
sn,
guid,
subtitle,
lon,
lat,
address,
online_time,
`status`,
enable_flag,
remark,
create_by,
create_time,
update_by,
update_time,
delete_time,
del_flag
UPDATE iot_device
SET `status`=#{status,jdbcType=INTEGER},
online_time= #{onlineTime,jdbcType=TIMESTAMP}
WHERE id = #{id,jdbcType=BIGINT}