|
@ -965,7 +965,7 @@ |
|
|
and VILLAGE_ID = #{neighborHoodId} |
|
|
and VILLAGE_ID = #{neighborHoodId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="buildingId != null and buildingId.trim() != ''"> |
|
|
<if test="buildingId != null and buildingId.trim() != ''"> |
|
|
and BUILD_ID = #{neighborHoodId} |
|
|
and BUILD_ID = #{buildingId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="houseId != null and houseId.trim() != ''"> |
|
|
<if test="houseId != null and houseId.trim() != ''"> |
|
|
and HOME_ID = #{houseId} |
|
|
and HOME_ID = #{houseId} |
|
|