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
qinchao
2018-12-18 14:00:20 +0800
Commit
927eb186d38295c23c2bf0f0da0cf7a3369b6cb9
2 parents
3bf486e2
6e325b10
Merge branch 'hotfix_count_breakruletimes_1218' 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 @
927eb18
...
...
@@ -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