dingxin 6 年之前
父節點
當前提交
461c544f2f
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      CODE/smart-community/app-api/src/main/resources/mapper/TpRentalHouseMapper.xml

+ 3
- 3
CODE/smart-community/app-api/src/main/resources/mapper/TpRentalHouseMapper.xml 查看文件

@@ -453,15 +453,15 @@
453 453
       </if>
454 454
 
455 455
       <if test="houseType != null and houseType == 1" >
456
-        and rh.houseType = '1'
456
+        and rh.house_type = '1'
457 457
       </if>
458 458
 
459 459
       <if test="houseType != null and houseType == 2" >
460
-        and rh.houseType = '2'
460
+        and rh.house_type = '2'
461 461
       </if>
462 462
 
463 463
       <if test="houseType != null and houseType == 3" >
464
-        and rh.houseType = '3'
464
+        and rh.house_type = '3'
465 465
       </if>
466 466
 
467 467
       <if test="houseType != null and houseType == 4" >