统计报表-电表报表
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user