Commit 13960342 authored by 黎博's avatar 黎博

获取docker项目列表倒序排列

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