|
|
|
|
15
|
and TO_DAYS(ta_building.opening_date ) = TO_DAYS(#{startDate})
|
15
|
and TO_DAYS(ta_building.opening_date ) = TO_DAYS(#{startDate})
|
16
|
</if>
|
16
|
</if>
|
17
|
<if test="buildingStatus != null and buildingStatus != ''">
|
17
|
<if test="buildingStatus != null and buildingStatus != ''">
|
18
|
- and ta_building.building_status = #{buildingStatus}
|
|
|
|
|
18
|
+ and ta_building.status = #{buildingStatus}
|
19
|
</if>
|
19
|
</if>
|
20
|
<if test="marketStatus != null and marketStatus != ''">
|
20
|
<if test="marketStatus != null and marketStatus != ''">
|
21
|
and ta_building.market_status =#{marketStatus}
|
21
|
and ta_building.market_status =#{marketStatus}
|