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