dingxin 5 vuotta sitten
vanhempi
commit
fc63d62bd7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml Näytä tiedosto

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