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
Springboot Plus
Commits
65bbe68e
Commit
65bbe68e
authored
Mar 02, 2018
by
ykb
Browse files
修复排序 bug #II1HS
parent
eac58191
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/resources/sql/console/function.md
View file @
65bbe68e
...
...
@@ -21,5 +21,7 @@ queryByCondtion
@if(!isEmpty(parentFunctionId)){
and f.parent_id = #parentFunctionId#
@}
@pageIgnoreTag(){
order by id desc
@}
admin-console/src/main/resources/sql/console/menu.md
View file @
65bbe68e
...
...
@@ -25,7 +25,10 @@ queryByCondtion
@if(!isEmpty(parentMenuId)){
and m.parent_menu_id = #parentMenuId#
@}
@pageIgnoreTag(){
order by seq asc , id desc
@}
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