Commit 13960342 authored by 黎博's avatar 黎博

获取docker项目列表倒序排列

parent f9527678
......@@ -14,6 +14,7 @@
<if test="isActive != null">
AND `is_active` = #{isActive}
</if>
ORDER BY `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