From ba0a91e0c84f65d2744572885d843a47e916af49 Mon Sep 17 00:00:00 2001 From: gy b Date: Thu, 30 Nov 2023 10:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BB=B6=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CaseAffiliateLogMapper.xml | 29 +++++++++----- .../wisdomarbitrate/CaseAffiliateMapper.xml | 40 ++++++++++++------- 2 files changed, 44 insertions(+), 25 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseAffiliateLogMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseAffiliateLogMapper.xml index 9a9b753..1781160 100644 --- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseAffiliateLogMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseAffiliateLogMapper.xml @@ -31,14 +31,12 @@ + + - select c.id ,c.case_appli_id ,c.identity_type ,c.name ,c.identity_num ,c.contact_telphone ,c.contact_address , - c.work_address ,c.work_telphone ,c.name_agent, c.identity_num_agent ,c.contact_telphone_agent ,c.contact_address_agent, - c.comp_legal_person,c.comp_legalper_post,c.respon_sex,c.respon_birth, - c.residen_affili,c.appli_agent_title,c.email, - c.track_num,c.application_organ_id,c.application_organ_name,s.user_id + select c.*,s.user_id from case_affiliate c left join sys_user s on c.identity_num=s.id_card @@ -48,9 +46,7 @@