tangzy
2021-08-23 51ab5429b0fa5b1bf7122753a1eb5b87dfc4fba8
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>