zengh
2021-07-19 748bd2dff7201eea3adaa1adbd459be4f0cc75d3
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 &lt;&gt; #{param2}
            and dept_id = #{param2}
        </if>
        <if test="param3!=null">
            and role_alias &lt;&gt; #{param3}
        </if>
    </select>