Showing
1 changed file
with
1 additions
and
1 deletions
@@ -112,7 +112,7 @@ | @@ -112,7 +112,7 @@ | ||
112 | 112 | ||
113 | <select id="queryUserDopositBack" resultMap="BaseResultMap"> | 113 | <select id="queryUserDopositBack" resultMap="BaseResultMap"> |
114 | select * from storage_deposit | 114 | select * from storage_deposit |
115 | - where owner_uid = #{uid} and status in(2,3,4,5) and out_type in(1, 10) and del_status=0 | 115 | + where owner_uid = #{uid} and status in(2,3,4,5) and out_type in(1, 10) and del_status=0 ORDER BY id DESC |
116 | limit #{start}, #{count} | 116 | limit #{start}, #{count} |
117 | </select> | 117 | </select> |
118 | 118 |
-
Please register or login to post a comment