From cb6dfdb447afa1df4c9fc02bf3138b294d2ca366 Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期二, 03 六月 2025 15:58:39 +0800 Subject: [PATCH] 05-30 zhs --- ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml index 6830b7a..e2b39f7 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -79,7 +79,7 @@ </if> <!-- 鏁版嵁鑼冨洿杩囨护 --> ${params.dataScope} - order by d.parent_id, d.order_num + order by d.dept_type asc, d.parent_id, d.order_num </select> <select id="selectDeptListByRoleId" resultType="Long"> -- Gitblit v1.9.3