diff --git a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkDeptMapper.xml b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkDeptMapper.xml index be459fe4..2c98c1d5 100644 --- a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkDeptMapper.xml +++ b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcWorkDeptMapper.xml @@ -16,7 +16,7 @@ - work_dept_id, dept_name, code, sort, parent_dept_id, `status`, del_flag, tenant_id, + work_dept_id, dept_name, code, sort, parent_dept_id, `status`, del_flag, tenant_id, create_time, create_by, update_time, update_by @@ -43,6 +43,7 @@ and parent_dept_id is null + order by sort desc @@ -63,11 +64,12 @@ and parent_dept_id is null + order by sort desc