From 567d5fcd9d7876c09e079488ecd872eff4c89fb5 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 08 Dec 2023 09:23:43 +0800
Subject: [PATCH] 房屋查询修改

---
 src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
index 58adc44..ff0d988 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -98,7 +98,7 @@
         <if test="house.districtName != null  and house.districtName != ''">
             and district_name like concat('%',#{house.districtName},'%')
          </if>
-        <if test="house.houseName != null  and house.houseName != ''"> and house_name like concat('%',#{house.houseName},'%')</if>
+        <if test="house.houseName != null  and house.houseName != ''"> and jh.house_name like concat('%',#{house.houseName},'%')</if>
         <if test="house.phone != null  and house.phone != ''"> and phone = #{house.phone}</if>
         <if test="house.area != null "> and area = #{house.area}</if>
         <if test="house.propertyPrice != null "> and property_price = #{house.propertyPrice}</if>

--
Gitblit v1.9.3