设备列表-返回新增parentId

This commit is contained in:
2025-07-18 10:35:32 +08:00
parent b25f5310e1
commit 51e6936d77
2 changed files with 12 additions and 1 deletions

View File

@ -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 != ''">