监控排序调整

This commit is contained in:
pengjie 2024-12-18 11:04:01 +08:00
parent 42f1e7ba67
commit 31cf4406c3

View File

@ -31,7 +31,14 @@
#{item} #{item}
</foreach> </foreach>
</if> </if>
order by vi.sort_num <choose>
<when test="mlSort != null and mlSort != ''">
order by vi.ml_sort_num
</when>
<otherwise>
order by vi.sort_num
</otherwise>
</choose>
</select> </select>
<select id="selectAllDevCount" resultType="java.util.Map"> <select id="selectAllDevCount" resultType="java.util.Map">
SELECT t2.project_sn projectSn, SELECT t2.project_sn projectSn,