Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
chenchao
2019-08-19 13:33:55 +0800
Commit
19bb95028ebaad4912f890e0253744d6f959e387
2 parents
8be00777
e9b045c3
Merge branch 'test6.9.10' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.9.10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/order/StorageDepositMapper.xml
dal/src/main/resources/META-INF/mybatis/order/StorageDepositMapper.xml
View file @
19bb950
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment