平台修改意见20251120-设备列表查询接口增加设备类型参数
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user