From 319e98f1a307e38b6d0230adef74ddf8c55b8d2d Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 17 Jun 2025 11:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E4=BA=BA=E5=91=98=E6=A0=91?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=AD=BB=E5=BE=AA=E7=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysDeptMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml index c3589b0..2a21a3c 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -127,7 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" UNION SELECT - su.user_id AS deptId, + CONCAT(sd.dept_id,'9999',su.user_id) AS deptId, sd.dept_id AS parentId, su.nick_name AS deptName, 99 AS LEVEL