dingxin 5 년 전
부모
커밋
fc63d62bd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml 파일 보기

@@ -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}