Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1151add2
Commit
1151add2
authored
Feb 24, 2019
by
季圣华
Browse files
更新应用和功能的排序
parent
784b5155
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/AppMapperEx.xml
View file @
1151add2
...
...
@@ -11,6 +11,7 @@
<if
test=
"type != null"
>
and type='${type}'
</if>
order by sort asc
<if
test=
"offset != null and rows != null"
>
limit #{offset},#{rows}
</if>
...
...
src/main/resources/mapper_xml/FunctionsMapperEx.xml
View file @
1151add2
...
...
@@ -11,6 +11,7 @@
<if
test=
"type != null"
>
and type='${type}'
</if>
order by sort asc
<if
test=
"offset != null and rows != null"
>
limit #{offset},#{rows}
</if>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment