| | |
| | | cpbi.highest_degree highestDegree, |
| | | cpbi.professional_title professionalTitle, |
| | | cpbi.emergency_contact emergencyContact, |
| | | cpbi.emergency_contact_phone emergencyContactPhone, |
| | | group_concat( DISTINCT technical_post SEPARATOR ',') technicalPost |
| | | cpbi.emergency_contact_phone emergencyContactPhone |
| | | from user u |
| | | left join cnas_person_basic_info cpbi on cpbi.user_id = u.id |
| | | left join cnas_person_personnel_capacity cppc on u.id = cppc.user_id |
| | | left join user u1 on u1.id = u.create_user |
| | | <where> |
| | | FIND_IN_SET(#{departmentId},u.depart_lims_id) |