综合查询页面
This commit is contained in:
@ -210,4 +210,8 @@
|
||||
</if>
|
||||
and device_category = #{deviceCategory}
|
||||
</select>
|
||||
|
||||
<select id="getDeviceIdsBySiteIdAndCategory" resultType="java.lang.String">
|
||||
select DISTINCT device_id from ems_devices_setting where site_id = #{siteId} and device_category = #{deviceCategory}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user