监控排序调整
This commit is contained in:
parent
42f1e7ba67
commit
31cf4406c3
@ -31,7 +31,14 @@
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<choose>
|
||||
<when test="mlSort != null and mlSort != ''">
|
||||
order by vi.ml_sort_num
|
||||
</when>
|
||||
<otherwise>
|
||||
order by vi.sort_num
|
||||
</otherwise>
|
||||
</choose>
|
||||
</select>
|
||||
<select id="selectAllDevCount" resultType="java.util.Map">
|
||||
SELECT t2.project_sn projectSn,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user