diff --git a/coolstore-partner-dao/src/main/resources/mapper/SysRoleMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/SysRoleMapper.xml
index 37c8e46e0..c27321ab5 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 in (180000000,120000000,40000000))
+ and (sr.position_type = #{positionType} or sr.id in (180000000,120000000,40000000,1762761165005))
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 fb58d5e5a..c9feb2c04 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 in (180000000,120000000,40000000) )
+ and (b.position_type =#{positionType} or b.id in (180000000,120000000,40000000,1762761165005))
and b.role_auth !=#{notRoleAuth}