展连设备数据解析策略
This commit is contained in:
@ -370,7 +370,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
d.serial_number, d.management_unit, d.caretaker, d.tel,
|
||||
d.firmware_version, d.status, d.rssi,d.is_shadow,d.is_simulate ,d.location_way,d.things_model_value,
|
||||
d.network_address, d.network_ip, d.longitude, d.latitude, d.active_time, d.create_time, d.update_time,
|
||||
d.img_url,d.summary,d.remark,p.guid from iot_device d
|
||||
d.img_url,d.summary,d.remark,d.dev_params,p.guid from iot_device d
|
||||
left join iot_product p on p.product_id=d.product_id
|
||||
where device_id = #{deviceId}
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user