From 466e52648c0bf9a136bc7805d728681094740a63 Mon Sep 17 00:00:00 2001 From: "java_cuibaocheng@163.com" Date: Thu, 1 Feb 2024 10:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=8F=A3=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=20=E5=A2=9E=E5=8A=A0=E4=BA=86=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89Excel=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/house/house-mapper.xml | 16 +++++----- .../templates/populationinfo/bind.html | 29 +++++++++++++++++-- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/src/main/resources/mybatis/mapper/house/house-mapper.xml b/src/main/resources/mybatis/mapper/house/house-mapper.xml index f33e5b2..a374565 100644 --- a/src/main/resources/mybatis/mapper/house/house-mapper.xml +++ b/src/main/resources/mybatis/mapper/house/house-mapper.xml @@ -849,13 +849,13 @@ AND - t1.house_id IN ( + t1.house_id IN ( SELECT - hp.house_id + hp.house_id FROM - house_population hp + house_population hp WHERE - 1 = 1 + hp.is_delete = 0 AND hp.out_house != '1' AND hp.population_info_id = #{populationInfoId} @@ -863,13 +863,13 @@ AND - t1.house_id IN ( + t1.house_id IN ( SELECT - hp.house_id + hp.house_id FROM - house_population hp + house_population hp WHERE - 1 = 1 + hp.is_delete = 0 AND hp.out_house != '1' AND hp.card_num = #{cardNum} diff --git a/src/main/resources/templates/populationinfo/bind.html b/src/main/resources/templates/populationinfo/bind.html index 91bb9d7..68314b5 100644 --- a/src/main/resources/templates/populationinfo/bind.html +++ b/src/main/resources/templates/populationinfo/bind.html @@ -32,6 +32,7 @@
+
@@ -56,14 +57,22 @@ - +