统计报表-电表报表

This commit is contained in:
2025-07-09 19:15:59 +08:00
parent 29c5ffc15c
commit 53f515ad6c
9 changed files with 336 additions and 18 deletions

View File

@ -185,4 +185,8 @@
where device_id = #{deviceId}
limit 1
</select>
<select id="getLoadNameList" parameterType="String" resultType="java.util.Map">
select distinct device_id,device_name from ems_devices_setting where site_id = #{siteId} and device_id like '%LOAD%'
</select>
</mapper>