@ -827,7 +827,7 @@
<if test="purpose != null and purpose != ''">
and house.PURPOSE = #{purpose}
</if>
<if test="rentFlag != null and rentFlag != ''">
<if test="rentFlag != null">
and house.RENT_FLAG = #{rentFlag}