From daef9edffb73d542ff1eba4beb215ffc7b306254 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 28 Dec 2023 18:44:46 +0800
Subject: [PATCH] bug 修复

---
 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 a9df469..a12938a 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -166,7 +166,7 @@
         <if test="house.room != null  and house.room != ''"> and jh.room = #{house.room}</if>
         <if test="house.buildingNo != null "> and jh.building_no = #{house.buildingNo}</if>
         <if test="house.regionCode != null and house.regionCode !='' ">
-         and jda.nei_code like concat('%',#{house.regionCode},'%')
+         and jg.community_code like concat('%',#{house.regionCode},'%')
         </if>
     </select>
 

--
Gitblit v1.9.3