From 2fd0b91f496262fff537b2f3188751950d8ad039 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 19 Mar 2024 11:50:36 +0800
Subject: [PATCH] 代码回滚

---
 src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 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 fda77a9..785f2e0 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -833,6 +833,7 @@
                         <if test="house.roleName=='wgy'">
                             <choose>
                                 <when test="gridCodeList !=null and gridCodeList.size()>0">
+                                    and jh.grid_code in
                                     <foreach collection="gridCodeList" item="code" open="(" close=")" separator=",">
                                         #{code}
                                     </foreach>

--
Gitblit v1.9.3