lin
2024-03-21 af1dc4642c06245a885c870d542a2401009b933a
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -235,6 +235,10 @@
            <if test="household.houseCode!=null and household.houseCode !=''">
                and jh.house_code = #{household.houseCode}
            </if>
            <if test="household.communityCode!=null and household.communityCode !=''">
                and jg.community_code = #{household.communityCode}
            </if>
                <!-- 等于18 就是租户 -->
            <if test="household.relationship!=null and household.relationship == 18">
                and jh.relationship = #{household.relationship}