测试计划默认排序

This commit is contained in:
chenjianxing 2020-06-01 13:53:09 +08:00
parent 903c81c93b
commit dde198da93
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@
AND test_plan.id = #{request.id}
</if>
</where>
<if test="request.recent">
order by test_plan.update_time desc
</if>
order by test_plan.update_time desc
</select>
<select id="listRelate" resultType="io.metersphere.track.dto.TestPlanDTOWithMetric">