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
2018-10-22 13:32:52 +0800
Commit
56f6c83f41507f7b0eb5eaf0933ba480a4cc1d46
1 parent
a8c10170
增加排序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
dal/src/main/resources/META-INF/mybatis/TradeBillsMapper.xml
dal/src/main/resources/META-INF/mybatis/TradeBillsMapper.xml
View file @
56f6c83
...
...
@@ -55,6 +55,7 @@
select
<include
refid=
"Base_Column_List"
/>
from trade_bills where 1=1
<include
refid=
"Query_Condition_Sql"
/>
order by id desc
limit #{billsTradeReq.start},#{billsTradeReq.size}
</select>
...
...
Please
register
or
login
to post a comment