解决设备列表页面分页展示数据不对问题
This commit is contained in:
@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user