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}