From b3162ed4712c2c85a9c18116a7547440edc41c93 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 17 Nov 2023 15:15:05 +0800
Subject: [PATCH] 住户管理代码
---
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml b/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
index ac44675..c857e98 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -112,9 +112,9 @@
jh.*,
jhl.id as cid,jhl.*,jhl.remark as cremark
from jczz_household jh
- left join jczz_household_label jhl on jh.id = jhl.household_id
- where 1=1 and is_deleted = 0
- and house_code = #{code}
+ left join jczz_user_house_label jhl on jh.id = jhl.household_id
+ where 1=1 and jh.is_deleted = 0
+ and jh.house_code = #{code}
</select>
<!--查询房屋集合信息-按id-->
@@ -123,7 +123,7 @@
jh.*,
jhl.id as cid,jhl.*,jhl.remark as cremark
from jczz_household jh
- left join jczz_household_label jhl on jh.id = jhl.household_id
+ left join jczz_user_house_label jhl on jh.id = jhl.household_id
where 1=1 and is_deleted = 0
and jh.id = #{household.id}
</select>
--
Gitblit v1.9.3