点位清单-导入导出
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user