加字段,设备归属方id

This commit is contained in:
Guoqs
2025-12-04 15:32:41 +08:00
parent 235d938a6d
commit 3fc5a3273f
5 changed files with 35 additions and 9 deletions

View File

@@ -336,6 +336,7 @@
SELECT
t1.station_id AS stationId,
t1.third_party_type AS thirdPartyType,
t1.equipment_owner_id as equipmentOwnerId,
t2.platform_name AS thirdPartyName,
t2.start_mode AS startMode,
t2.url_prefix AS urlAddress,