Commit 65bbe68e authored by ykb's avatar ykb
Browse files

修复排序 bug #II1HS

parent eac58191
...@@ -21,5 +21,7 @@ queryByCondtion ...@@ -21,5 +21,7 @@ queryByCondtion
@if(!isEmpty(parentFunctionId)){ @if(!isEmpty(parentFunctionId)){
and f.parent_id = #parentFunctionId# and f.parent_id = #parentFunctionId#
@} @}
@pageIgnoreTag(){
order by id desc
@}
...@@ -25,7 +25,10 @@ queryByCondtion ...@@ -25,7 +25,10 @@ queryByCondtion
@if(!isEmpty(parentMenuId)){ @if(!isEmpty(parentMenuId)){
and m.parent_menu_id = #parentMenuId# and m.parent_menu_id = #parentMenuId#
@} @}
@pageIgnoreTag(){
order by seq asc , id desc
@}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment