Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
mali
2018-12-18 14:45:30 +0800
Commit
ecf43b1494800af8f232399787c50881b0a83729
2 parents
aa60a498
927eb186
Merge branch 'test6.8.4' of
http://git.yoho.cn/ufo/ufo-platform
into test6.8.4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/SellerWalletDetailMapper.xml
dal/src/main/resources/META-INF/mybatis/SellerWalletDetailMapper.xml
View file @
ecf43b1
...
...
@@ -25,7 +25,7 @@
select
count(id)
from seller_wallet_detail
where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (32,33)
where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (3
1,3
2,33)
</select>
...
...
Please
register
or
login
to post a comment