单站监控-电表

This commit is contained in:
2025-06-28 14:56:22 +08:00
parent 365dd819b5
commit 73f62c8fa5
12 changed files with 576 additions and 14 deletions

View File

@ -145,4 +145,10 @@
from ems_devices_setting
where id in (select distinct eb.device_id from ems_battery_cluster eb where eb.stack_device_id = #{stackDeviceId})
</select>
<select id="getDeviceStatus" parameterType="Long" resultType="java.util.Map">
select id,communication_status
from ems_devices_setting
where id = #{deviceId}
</select>
</mapper>