From 9f1bbc41aa1ac91f1d7e7deeb85476796e95709c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 18 Jun 2024 14:56:51 +0800
Subject: [PATCH] 警情处置+二手交易

---
 src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 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 90e27fc..56c29ce 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -175,6 +175,8 @@
         jh.marital_status,
         jh.card_number,
         jh.other_contact,
+        jh.create_time,
+        jh.update_time,
         IF
         ( jda.id IS NOT NULL, jda.address_name, jh.current_address ) AS current_address,
         jh.disability_cert,
@@ -524,6 +526,8 @@
                jh.confirm_flag,
                jh.housing_rental_id,
                jh.volunteer_org,
+               jh.create_time,
+               jh.update_time,
                if(jda.id is not null, substring(jda.town_street_code, 1, 9), jh.home_adcode) as home_adcode,
                br1.name                                                                      as residentAdName,
                br1.province_code                                                             as residentProvinceAdCode,

--
Gitblit v1.9.3