mirror of
https://github.com/SyncrowIOT/data.git
synced 2025-11-26 07:24:55 +00:00
energy consumed
This commit is contained in:
@ -11,4 +11,5 @@ left join "permission-type" pt
|
||||
left join device
|
||||
on device."uuid" =dup.device_uuid
|
||||
LEFT JOIN product
|
||||
ON product.uuid = device.product_device_uuid
|
||||
ON product.uuid = device.product_device_uuid;
|
||||
|
||||
Reference in New Issue
Block a user