From 3fbac3c28bb93d6cfc1e2e4dc73d4dee8131e51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=B9=E7=BA=A2?= Date: Sun, 5 Oct 2025 20:00:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A4=A7=E5=8C=BA=E6=80=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/SysRoleMapper.xml | 2 +- .../src/main/resources/mapper/UserAuthMappingMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/SysRoleMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/SysRoleMapper.xml index e3f3d8f52..37c8e46e0 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/SysRoleMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/SysRoleMapper.xml @@ -397,7 +397,7 @@ and eu.active = true -- and sr.source = 'create' - and (sr.position_type = #{positionType} or sr.id = 180000000) + and (sr.position_type = #{positionType} or sr.id in (180000000,120000000,40000000)) and eu.user_status = '1' diff --git a/coolstore-partner-dao/src/main/resources/mapper/UserAuthMappingMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/UserAuthMappingMapper.xml index c1db9d00b..fb58d5e5a 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/UserAuthMappingMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/UserAuthMappingMapper.xml @@ -55,7 +55,7 @@ - and (b.position_type =#{positionType} or b.id = 180000000 ) + and (b.position_type =#{positionType} or b.id in (180000000,120000000,40000000) ) and b.role_auth !=#{notRoleAuth}