From e5568298496e9fede40b4e4b2d5d6e3d351f994e Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 25 Nov 2021 10:38:42 +0800
Subject: [PATCH] 1.许可
---
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml b/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
index 3b80694..6d2ae59 100644
--- a/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
+++ b/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -397,7 +397,7 @@
AND role_id = '1412226235153731586'
and status = 1
GROUP BY dept_id) C ON A.departmentid = C.dept_id
- WHERE A.jurisdiction in (${deptid})
+ WHERE A.jurisdiction in(${deptid})
GROUP BY cz, wcz
</select>
--
Gitblit v1.9.3