From 35b47c959c83d1540afb6837a5d788ce46232897 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 7 May 2026 16:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/EmployeesApplyMapper.xml | 48 ++----------------- 1 file changed, 3 insertions(+), 45 deletions(-) diff --git a/nursing-unit-employee/nu-employee-biz/src/main/java/com/nu/modules/employeesapply/mapper/xml/EmployeesApplyMapper.xml b/nursing-unit-employee/nu-employee-biz/src/main/java/com/nu/modules/employeesapply/mapper/xml/EmployeesApplyMapper.xml index e29b9439..30cc9c22 100644 --- a/nursing-unit-employee/nu-employee-biz/src/main/java/com/nu/modules/employeesapply/mapper/xml/EmployeesApplyMapper.xml +++ b/nursing-unit-employee/nu-employee-biz/src/main/java/com/nu/modules/employeesapply/mapper/xml/EmployeesApplyMapper.xml @@ -3,44 +3,7 @@ @@ -70,17 +33,16 @@ a.id_card_negative, a.health_certificate_positive, a.bank_positive, - a.bank_negative, a.qualification, a.no_crime_certificate, + a.head_path, a.create_time, b.status, b.modify_status, b.apply_type, b.audit_content, b.iz_history, - b.open_id, - a.head_path + b.open_id FROM nu_biz_employees_info a LEFT JOIN nu_biz_employees_apply b ON a.id = b.employee_id AND b.iz_history = 'N' WHERE a.del_flag = '0' AND a.iz_freeze = 'N' @@ -109,7 +71,6 @@ b.id_card_negative, b.health_certificate_positive, b.bank_positive, - b.bank_negative, b.qualification, b.no_crime_certificate, b.create_time, @@ -157,7 +118,6 @@ b.id_card_negative, b.health_certificate_positive, b.bank_positive, - b.bank_negative, b.qualification, b.no_crime_certificate, b.create_time, @@ -197,7 +157,6 @@ b.id_card_negative, b.health_certificate_positive, b.bank_positive, - b.bank_negative, b.qualification, b.no_crime_certificate, b.create_time, @@ -244,7 +203,6 @@ b.id_card_negative, b.health_certificate_positive, b.bank_positive, - b.bank_negative, b.qualification, b.no_crime_certificate, b.create_time,