zrj
2024-06-14 6324f24aa5d36775e899c0ae8213f3c4c0597be3
blade-auth/src/main/java/org/springblade/system/user/mapper/UserMapper.xml
@@ -35,6 +35,9 @@
        <if test="user.tenantId!=null and user.tenantId != ''">
            and tenant_id = #{user.tenantId}
        </if>
        <if test="user.clientIds!=null and user.clientIds != ''">
            and client_ids = #{user.clientIds}
        </if>
        <if test="user.account!=null and user.account != ''">
            and account = #{user.account}
        </if>