refactor(项目管理): 优化环境拖拽排序
This commit is contained in:
parent
b4ca680332
commit
455ca06ea5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue