单站监控-电表
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user