refactor(项目管理): 优化环境拖拽排序
This commit is contained in:
parent
b4ca680332
commit
455ca06ea5
|
@ -19,7 +19,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
ORDER BY pos DESC
|
ORDER BY pos asc
|
||||||
</select>
|
</select>
|
||||||
<select id="groupList" resultType="io.metersphere.sdk.domain.EnvironmentGroup">
|
<select id="groupList" resultType="io.metersphere.sdk.domain.EnvironmentGroup">
|
||||||
SELECT
|
SELECT
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
ORDER BY pos DESC
|
ORDER BY pos asc
|
||||||
</select>
|
</select>
|
||||||
<select id="getPos" resultType="java.lang.Long">
|
<select id="getPos" resultType="java.lang.Long">
|
||||||
SELECT pos
|
SELECT pos
|
||||||
|
|
Loading…
Reference in New Issue