From ae58a047d0915d1c363aaeec1fc0bac3b8eda77f Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Tue, 23 Dec 2025 17:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=AE=89=E5=85=A8=E6=95=99?= =?UTF-8?q?=E8=82=B2=E8=BF=94=E5=9B=9E=E5=88=86=E7=B1=BB=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml b/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml index 47ee8f834..349365ee9 100644 --- a/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml @@ -70,9 +70,11 @@ else '-' end) age, IFNULL(w1.edu_type, 0) edu_type, IFNULL(w1.edu_course_name, '培训学校培训') edu_course_name + ,ec.classify_name FROM worker_safe_education_worker w JOIN worker_info a ON w.worker_id = a.id JOIN worker_safe_education w1 ON w.edu_id = w1.id + INNER JOIN education_classify ec on ec.id=w1.classify_id LEFT JOIN team_info b ON a.team_id = b.id LEFT JOIN department_info c ON a.department_id = c.id LEFT JOIN enterprise_info d ON a.enterprise_id = d.id