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