zrj
2024-07-18 cae70a8906526c3f9cba6408b1809399e5143a43
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>