From b3dffc6577f0bdc2e9416d3ce31c7d0b13806d10 Mon Sep 17 00:00:00 2001 From: lishiwei <3230787218@qq.com> Date: Sat, 9 May 2026 17:06:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=97=AD?= =?UTF-8?q?=E5=8C=BA=E4=BA=BA=E5=91=98=E7=94=B3=E8=AF=B7=E8=A1=A8=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E5=AD=97=E6=AE=B5=E5=91=BD=E5=90=8D=20-=20user=5Fface?= =?UTF-8?q?=5Furl=20->=20user=5Fface=5Fimages=20-=20apply=5Fperson=5Fuser?= =?UTF-8?q?=5Fname=20->=20user=5Fname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ClosedAreaPersonApplyMapper.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/ClosedAreaPersonApplyMapper.xml b/web-infrastructure/src/main/resources/mapper/ClosedAreaPersonApplyMapper.xml index f2cbc32..c9eae4a 100644 --- a/web-infrastructure/src/main/resources/mapper/ClosedAreaPersonApplyMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/ClosedAreaPersonApplyMapper.xml @@ -95,9 +95,10 @@ GROUP_CONCAT( chvi.hk_index_code ) hk_index_code, capa.visit_start_time, capa.visit_end_time, - capa.user_face_url, + capa.user_face_url user_face_images, capa.user_phone, capa.user_card, + capa.apply_person_user_name user_name, capa.entourage FROM closed_area_person_apply capa @@ -144,9 +145,10 @@ GROUP_CONCAT( DISTINCT mg.hk_index_code ) hk_index_code, capa.visit_start_time, capa.visit_end_time, - capa.user_face_url, + capa.user_face_url user_face_images, capa.user_phone, - capa.user_card + capa.user_card, + capa.apply_person_user_name user_name FROM closed_area_person_apply capa LEFT JOIN mkmj_gate mg ON capa.level_two_mkmj_id = mg.mkmj_id