From 965775f9ba33af7a9883996cb70f50ace628fb9d Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Thu, 30 Nov 2023 10:14:47 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9=20=20--renpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/mapper/house/house-mapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mybatis/mapper/house/house-mapper.xml b/src/main/resources/mybatis/mapper/house/house-mapper.xml index 51699a1..90aadf5 100644 --- a/src/main/resources/mybatis/mapper/house/house-mapper.xml +++ b/src/main/resources/mybatis/mapper/house/house-mapper.xml @@ -1051,6 +1051,9 @@ house_house t1 LEFT JOIN house_population t2 ON t1.house_id = t2.house_id WHERE t1.is_delete = 0 + AND t2.is_delete = 0 + AND (t2.out_house = 0 + OR t2.out_house IS NULL) AND building_id = #{buildingId}