dingxin 5 år sedan
förälder
incheckning
fc63d62bd7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml Visa fil

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}