zhongrj
2024-01-05 570299edad5e17997b1d456775dc0887cac0f3f2
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -217,8 +217,8 @@
               jh.relationship     relationship
        from jczz_household jh
                 left join jczz_doorplate_address jda on jh.house_code = jda.address_code
        where 1 = 1
          and associated_user_id = #{userId}
        where 1 = 1 and jh.is_deleted = 0
        and jh.associated_user_id = #{userId}
    </select>
    <!--查询房屋集合信息-->