人员管理 专业情况联查
This commit is contained in:
parent
93f0226c8e
commit
4db58593f4
@ -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,
|
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.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
|
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>
|
<where>
|
||||||
and operator_id = #{operatorId}
|
and operator_id = #{operatorId}
|
||||||
<if test="awardsContent != null "> and awards_content like concat('%', #{awardsContent}, '%')</if>
|
<if test="awardsContent != null "> and awards_content like concat('%', #{awardsContent}, '%')</if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user