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 (