平台修改意见20251120-设备列表查询接口增加设备类型参数

This commit is contained in:
zq
2025-12-15 11:07:14 +08:00
parent 7b25674a25
commit 3611e444da
5 changed files with 14 additions and 10 deletions

View File

@ -146,6 +146,9 @@
<if test="siteId != null and siteId != ''">
and es.site_id = #{siteId}
</if>
<if test="deviceCategory != null and deviceCategory != ''">
and ed.device_category = #{deviceCategory}
</if>
</select>
<select id="getAllSiteId" resultType="String">