src/main/java/org/springblade/modules/system/mapper/RoleMapper.xml
@@ -30,7 +30,10 @@ and tenant_id = #{param1} </if> <if test="param2!=null"> and role_alias <> #{param2} and dept_id = #{param2} </if> <if test="param3!=null"> and role_alias <> #{param3} </if> </select>