guoshilong
2023-11-06 21ad7244723fd12c4fe278e5d735051cf5b8a0b5
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -29,6 +29,7 @@
    <select id="selectUserPage" resultMap="userResultMap">
        select * from blade_user where is_deleted = 0
        and id != 1123598821738675201
        <if test="tenantId!=null and tenantId != ''">
            and tenant_id = #{tenantId}
        </if>