点位清单-导入导出

This commit is contained in:
2025-11-06 15:32:33 +08:00
parent c2682f38a8
commit 72c7c0c3e0
3 changed files with 11 additions and 7 deletions

View File

@ -419,4 +419,11 @@
and tmp.ipPort = #{ipPort}
</if>
</select>
<select id="getUniquePoint" resultMap="EmsPointMatchResult">
<include refid="selectEmsPointMatchVo"/>
where site_id = #{siteId}
and device_category = #{deviceCategory}
and data_point = #{dataPoint}
</select>
</mapper>