人员管理 专业情况联查

This commit is contained in:
zhulongchuan 2025-09-15 22:07:29 +08:00
parent 93f0226c8e
commit 4db58593f4

View File

@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
p.type, p.annex_url,p.operator_id,p.create_by,p.create_time, p.update_by, p.update_time,o.pic_url, o.job_type,o.celebrate_date,o.user_id,
o.user_name, o.police_no, o.police_type,o.tel,o.status, o.email,o.sex, o.operator_type, o.certificate_type,
o.certificate_name, o.certificate_no, o.certificate_file_id
from professional_work p left join uav_operator o on p.operator_id=o.id
from professional_work p left join uav_operator o on p.operator_id=o.usr_id
<where>
and operator_id = #{operatorId}
<if test="awardsContent != null "> and awards_content like concat('%', #{awardsContent}, '%')</if>