|
@ -673,7 +673,7 @@ |
|
|
AND GRID_ID = #{gridId} |
|
|
AND GRID_ID = #{gridId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="neighborId != null and neighborId != ''"> |
|
|
<if test="neighborId != null and neighborId != ''"> |
|
|
AND NEIGHBOR_HOOD_ID = #{neighborId} |
|
|
AND VILLAGE_ID = #{neighborId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="buildingId != null and buildingId != ''"> |
|
|
<if test="buildingId != null and buildingId != ''"> |
|
|
AND BUILD_ID = #{buildingId} |
|
|
AND BUILD_ID = #{buildingId} |
|
|