Commit 936fde5b authored by alex yao's avatar alex yao

feat: 数据库列表按修改时间倒序

parent 38104878
......@@ -2,4 +2,4 @@ SELECT id, member_id, title, db_desc, db_type, db_host, db_port, db_name, db_use
where is_deleted = 'N'
<<and member_id = :memberId>>
<<and title = :search>>
order by id desc
\ No newline at end of file
order by MODIFIED_TIME desc
\ 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