From 89575cea0c8b5a38448defccc84ea230b9e78abb Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 27 Jan 2024 16:01:31 +0800
Subject: [PATCH] 删除字段

---
 src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml |   14 ++------------
 1 files changed, 2 insertions(+), 12 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 b83d0ce..38db6f9 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -52,8 +52,6 @@
             gender,
             birthday,
             id_card,
-            hkmt_pass,
-            passport,
             ethnicity,
             education,
             hukou_registration,
@@ -125,9 +123,7 @@
         jh.birthday,
         jh.id_card,
         jh.card_type,
-        jh.hkmt_pass,
         ifnull( jh.gender, CASE WHEN substring( jh.id_card, 17, 1 )% 2 = 1 THEN 1 ELSE 0 END ) AS gender,
-        jh.passport,
         jh.ethnicity,
         jh.education,
         jh.resident_type,
@@ -248,8 +244,6 @@
         jh.residential_status,
         jh.birthday,
         jh.id_card,
-        jh.hkmt_pass,
-        jh.passport,
         ifnull( jh.gender, CASE WHEN substring( jh.id_card, 17, 1 )% 2 = 1 THEN 1 ELSE 0 END ) AS gender,
         jh.ethnicity,
         jh.education,
@@ -368,7 +362,7 @@
             jh.id,jh.house_code,jh.name,jh.phone_number,jh.associated_user_id,
             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.card_type,jh.card_no,
             jh.ethnicity,jh.education,jh.resident_type,
             jh.hukou_registration,jh.resident_adcode,jh.native_place_adcode,
 			jh.religious_belief,jh.health_status,jh.disease_name,
@@ -411,7 +405,7 @@
         jh.house_code houseCode,
         jh.name,jh.phone_number phoneNumber,jh.role_type roleType,jh.relationship relationship,
         jh.is_primary_contact isPrimaryContact,jh.residential_status residentialStatus,jh.gender,
-        jh.birthday,jh.id_card idCard,jh.hkmt_pass hkmtPass,jh.passport,jh.ethnicity,jh.education,
+        jh.birthday,jh.id_card idCard,jh.ethnicity,jh.education,
         jh.hukou_registration hukouRegistration,jh.work_status workStatus,jh.employer,jh.marital_status maritalStatus,
         jh.card_number cardNumber,jh.other_contact otherContact,jh.current_address currentAddress,
         jh.disability_cert disabilityCert,jh.party_ember partyEmber,jh.remark,
@@ -631,8 +625,6 @@
         jh.residential_status,
         jh.birthday,
         jh.id_card,
-        jh.hkmt_pass,
-        jh.passport,
         ifnull( jh.gender, CASE WHEN substring( jh.id_card, 17, 1 )% 2 = 1 THEN 1 ELSE 0 END ) AS gender,
         jh.ethnicity,
         jh.education,
@@ -737,9 +729,7 @@
         jh.birthday,
         jh.id_card,
         jh.card_type,
-        jh.hkmt_pass,
         ifnull( jh.gender, CASE WHEN substring( jh.id_card, 17, 1 )% 2 = 1 THEN 1 ELSE 0 END ) AS gender,
-        jh.passport,
         jh.ethnicity,
         jh.education,
         jh.resident_type,

--
Gitblit v1.9.3