From 8b6a6b30996aa565ae2e4f3da1b0b0e3855ce30a Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Fri, 10 Jun 2022 16:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E9=97=A8=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/XhpcWorkDeptMapper.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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