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-10-22 13:39:55 +0800
Commit
a641637ae0bf163bc9ab52ad563849ccaedc64b5
2 parents
c481c95a
56f6c83f
Merge branch 'dev_bill' into test
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 @
a641637
...
...
@@ -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