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
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
6 years ago
Commit
cf0a30e837d90c9733e020d4019ba0f6d384ed77
1 parent
a641637a
fix:人工打款显示,打过款的记录不显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
dal/src/main/resources/META-INF/mybatis/TradeBillsMapper.xml
dal/src/main/resources/META-INF/mybatis/TradeBillsMapper.xml
View file @
cf0a30e
...
...
@@ -32,14 +32,15 @@
<if
test=
"billsTradeReq.uid != null"
>
and uid = #{billsTradeReq.uid}
</if>
and income_outcome=1
and income_outcome=1
and deal_status != 1
<if
test=
"billsTradeReq.status != null "
>
<choose>
<when
test=
"billsTradeReq.status == 100 "
>
and trade_status = 100
</when>
<otherwise>
and trade_status != 100
and deal_status != 1
and trade_status != 100
</otherwise>
</choose>
</if>
...
...
Please
register
or
login
to post a comment