Add order by create_time desc

0.4-beta
mkk 2015-07-05 21:46:52 +08:00
parent 5b484a70a5
commit 59f04e8288
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</select>
<select id="findAllOauthClientDetails" resultMap="oauthClientDetailsMap">
select * from oauth_client_details
select * from oauth_client_details order by create_time desc
</select>
<update id="updateOauthClientDetailsArchive">