linwe
2024-05-23 98e7b11a29040cede17b3a60cb96d2c015a0a3f3
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -256,7 +256,7 @@
            </if>
            <!-- 不等于18 就是非租户 -->
            <if test="household.relationship!=null and household.relationship != 18">
                and jh.relationship != #{household.relationship}
                and jh.relationship != 18
            </if>
            <if test="household.phoneNumber!=null and household.phoneNumber !=''">
@@ -1443,6 +1443,7 @@
    <select id="getAllList" resultType="org.springblade.modules.house.vo.HouseholdVO">
        SELECT
        jh.*,
        jhs.address,
        jpag.community_code
        FROM
        jczz_household jh