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
LUOXC
2020-03-12 14:06:38 +0800
Commit
203209a47517ab6d4c6a86666ff9c975fae981d9
1 parent
77c41028
fixbug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/TradeBillsMapper.xml
dal/src/main/resources/META-INF/mybatis/TradeBillsMapper.xml
View file @
203209a
...
...
@@ -66,7 +66,7 @@
and trade_status in(200, 299)
</when>
<otherwise>
and trade_status =
billsTradeReq.status
and trade_status =
#{billsTradeReq.status}
</otherwise>
</choose>
</if>
...
...
Please
register
or
login
to post a comment