refactor(项目管理): 优化环境拖拽排序

This commit is contained in:
wxg0103 2024-03-04 14:56:35 +08:00 committed by 刘瑞斌
parent b4ca680332
commit 455ca06ea5
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
)
</if>
ORDER BY pos DESC
ORDER BY pos asc
</select>
<select id="groupList" resultType="io.metersphere.sdk.domain.EnvironmentGroup">
SELECT
@ -33,7 +33,7 @@
)
</if>
ORDER BY pos DESC
ORDER BY pos asc
</select>
<select id="getPos" resultType="java.lang.Long">
SELECT pos