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
Lixiaodi
5 years ago
Commit
f50adafb154b3dde8bb12c0f93f6be0c67c0dd16
1 parent
5edb8141
资源位排序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/ResourcesMapper.xml
dal/src/main/resources/META-INF/mybatis/ResourcesMapper.xml
View file @
f50adaf
...
...
@@ -34,7 +34,7 @@
<select
id=
"selectResourcesByPage"
resultType=
"com.yoho.ufo.model.resource.Resources"
>
select
<include
refid=
"Base_Column_List"
/>
from resources
<include
refid=
"pageCondition"
/>
order by id
a
sc
order by id
de
sc
limit #{start},#{size}
</select>
<select
id=
"selectResourcesCount"
resultType=
"java.lang.Integer"
>
...
...
Please
register
or
login
to post a comment