Commit 74a8c45a authored by xingyue400's avatar xingyue400
Browse files

修改org.md 按id排序

parent d21c4369
...@@ -23,6 +23,10 @@ queryByCondtion ...@@ -23,6 +23,10 @@ queryByCondtion
@if(!isEmpty(parentOrgId)){ @if(!isEmpty(parentOrgId)){
and o.parent_org_id = #parentOrgId# and o.parent_org_id = #parentOrgId#
@} @}
@pageIgnoreTag(){
order by o.id
@}
......
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