From ae80b0fb4fea08bc95f145f5af2bc258f72f06f1 Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Mon, 16 Mar 2026 15:20:28 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=82=A1=E4=BB=BD=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=8F=8A=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XgfApplyPersonDO.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/web-infrastructure/src/main/resources/mapper/XgfApplyPersonDO.xml b/web-infrastructure/src/main/resources/mapper/XgfApplyPersonDO.xml index 3baf3ac..c420766 100644 --- a/web-infrastructure/src/main/resources/mapper/XgfApplyPersonDO.xml +++ b/web-infrastructure/src/main/resources/mapper/XgfApplyPersonDO.xml @@ -57,6 +57,7 @@ USER u LEFT JOIN department d ON u.department_id = d.id LEFT JOIN post p ON u.post_id = p.id + LEFT JOIN corp_info c ON u.corpinfo_id = c.id LEFT JOIN person_apply pa ON u.id = pa.employee_person_user_id LEFT JOIN xgf_apply_person xap ON pa.xgf_apply_person_id = xap.id LEFT JOIN (