dingxin 6 år sedan
förälder
incheckning
461c544f2f

+ 3
- 3
CODE/smart-community/app-api/src/main/resources/mapper/TpRentalHouseMapper.xml Visa fil

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