解决设备列表页面分页展示数据不对问题

This commit is contained in:
zq
2025-12-19 15:04:04 +08:00
parent 245b3e22d6
commit 2cd4040431

View File

@ -149,6 +149,7 @@
<if test="deviceCategory != null and deviceCategory != ''"> <if test="deviceCategory != null and deviceCategory != ''">
and ed.device_category = #{deviceCategory} and ed.device_category = #{deviceCategory}
</if> </if>
order by ed.device_id
</select> </select>
<select id="getAllSiteId" resultType="String"> <select id="getAllSiteId" resultType="String">