feat:服务包专用角色

This commit is contained in:
苏竹红
2025-11-10 15:58:15 +08:00
parent 3ebea6476e
commit b51762dc50
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@
and eu.active = true and eu.active = true
-- and sr.source = 'create' -- and sr.source = 'create'
<if test="positionType != null and positionType != '' "> <if test="positionType != null and positionType != '' ">
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))
</if> </if>
and eu.user_status = '1' and eu.user_status = '1'
</select> </select>

View File

@@ -55,7 +55,7 @@
</foreach> </foreach>
</if> </if>
<if test="positionType!=null and positionType!=''"> <if test="positionType!=null and positionType!=''">
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))
</if> </if>
<if test="notRoleAuth!=null and notRoleAuth!=''"> <if test="notRoleAuth!=null and notRoleAuth!=''">
and b.role_auth !=#{notRoleAuth} and b.role_auth !=#{notRoleAuth}