From 419ceea2b269364761e0de064a858c7a75f7be64 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 28 Dec 2023 08:39:47 +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 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