...
|
...
|
@@ -112,7 +112,7 @@ |
|
|
|
|
|
<select id="queryUserDopositBack" resultMap="BaseResultMap">
|
|
|
select * from storage_deposit
|
|
|
where owner_uid = #{uid} and status in(2,3,4,5) and out_type in(1, 10) and del_status=0
|
|
|
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
|
|
|
limit #{start}, #{count}
|
|
|
</select>
|
|
|
|
...
|
...
|
|