Administrator
2021-08-02 d063d625b9ee2845c2f08a7e35d8b3eda67199c7
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>