From aae315a059efda37b2494b2f8986df5de41d3459 Mon Sep 17 00:00:00 2001
From: qitz <18810291185@163.com>
Date: Thu, 2 Nov 2023 17:56:46 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E7=AB=A0=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml
index a4404e2..7b8ad5c 100644
--- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml
@@ -34,6 +34,9 @@
AND d.dept_id = #{deptId}
+
+ AND d.user_id = #{userId}
+
--
2.54.0