Commit 5334d188 authored by 黎博's avatar 黎博

接口自动化-获取用例列表倒叙

parent b0c286b2
......@@ -17,5 +17,6 @@
<if test="testcaseName != null and testcaseName !=''">
AND tc.`name` LIKE CONCAT('%', #{testcaseName}, '%')
</if>
order by tc.`id` desc
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment