设备列表-返回新增parentId
This commit is contained in:
@ -139,7 +139,8 @@
|
||||
ed.device_type as deviceType,ed.communication_status as communicationStatus,
|
||||
ed.device_category as deviceCategory,
|
||||
ed.picture_url as pictureUrl,
|
||||
ed.id
|
||||
ed.id,
|
||||
ed.parent_id as parentId
|
||||
from ems_site_setting es INNER JOIN ems_devices_setting ed on es.site_id = ed.site_id
|
||||
where 1=1
|
||||
<if test="siteId != null and siteId != ''">
|
||||
|
||||
Reference in New Issue
Block a user