linwe
2024-06-20 79d28c3b174275e4ecdd89baa5b0d7caccda5c8d
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -1054,6 +1054,9 @@
            <if test="household.confirmFlag != null ">
                and jh.confirm_flag = #{household.confirmFlag}
            </if>
            <if test="household.relationship != null ">
                and jh.relationship = #{household.relationship}
            </if>
            <if test="household.townStreetName!=null and household.townStreetName!=''">
                and jda.town_street_name like concat('%',#{household.townStreetName},'%')
            </if>