From edd005c624423d8560385e3b47d587eee75f8be2 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Fri, 26 Jan 2024 13:58:22 +0800
Subject: [PATCH] 删除字段
---
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml | 10 +---------
1 files changed, 1 insertions(+), 9 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 9467775..b83d0ce 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -9,15 +9,12 @@
<result column="name" property="name"/>
<result column="phone_number" property="phoneNumber"/>
<result column="associated_user_id" property="associatedUserId"/>
- <result column="associated_user_name" property="associatedUserName"/>
<result column="relationship" property="relationship"/>
<!-- <result column="primary_contact" property="primaryContact"/>-->
<result column="residential_status" property="residentialStatus"/>
<result column="gender" property="gender"/>
<result column="birthday" property="birthday"/>
<result column="id_card" property="idCard"/>
- <result column="hkmt_pass" property="hkmtPass"/>
- <result column="passport" property="passport"/>
<result column="ethnicity" property="ethnicity"/>
<result column="education" property="education"/>
<result column="hukou_registration" property="hukouRegistration"/>
@@ -49,7 +46,6 @@
phone_number,
associated_user_id,
role_type,
- associated_user_name,
relationship,
is_primary_contact,
residential_status,
@@ -122,7 +118,6 @@
jh.phone_number,
jh.associated_user_id,
jh.role_type,
- jh.associated_user_name,
jh.relationship,
jh.is_primary_contact,
jh.residential_status,
@@ -248,7 +243,6 @@
jh.phone_number,
jh.associated_user_id,
jh.role_type,
- jh.associated_user_name,
jh.relationship,
jh.is_primary_contact,
jh.residential_status,
@@ -372,7 +366,7 @@
<select id="getHouseholdListById" resultMap="householdAndLabelMap">
select
jh.id,jh.house_code,jh.name,jh.phone_number,jh.associated_user_id,
- jh.role_type,jh.associated_user_name,jh.relationship,jh.is_primary_contact,
+ jh.role_type,jh.relationship,jh.is_primary_contact,
jh.residential_status,jh.gender,jh.birthday,jh.id_card,
jh.card_type,jh.card_no,jh.hkmt_pass,jh.passport,
jh.ethnicity,jh.education,jh.resident_type,
@@ -632,7 +626,6 @@
jh.phone_number,
jh.associated_user_id,
jh.role_type,
- jh.associated_user_name,
jh.relationship,
jh.is_primary_contact,
jh.residential_status,
@@ -737,7 +730,6 @@
jh.phone_number,
jh.associated_user_id,
jh.role_type,
- jh.associated_user_name,
jh.relationship,
jh.is_primary_contact,
jh.residential_status,
--
Gitblit v1.9.3