From a675a9d1acfacbc0f305f868929b4f0f086ec2dd Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 23 五月 2024 10:54:33 +0800
Subject: [PATCH] 最新版本

---
 server/system_service/src/main/resources/mappers/SystemDataPermissionMapper.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/server/system_service/src/main/resources/mappers/SystemDataPermissionMapper.xml b/server/system_service/src/main/resources/mappers/SystemDataPermissionMapper.xml
index bcce7d2a..e69ac99 100644
--- a/server/system_service/src/main/resources/mappers/SystemDataPermissionMapper.xml
+++ b/server/system_service/src/main/resources/mappers/SystemDataPermissionMapper.xml
@@ -64,9 +64,6 @@
       <if test="dto.type != null">
         AND sdp.`TYPE` =  #{dto.type}
       </if>
-      <if test="role.companyId != null">
-        AND role.`COMPANY_ID` =  #{role.companyId}
-      </if>
       <if test="userId != null">
         AND exists (select sr.id from system_user_role sr where sr.role_id=sdp.role_id and sr.user_id=#{userId} and sr.STATUS=0 and sr.deleted=0)
       </if>

--
Gitblit v1.9.3