update bm_project set is_push = #{status},push_time = #{time} where id = #{proId}
update fc_face_contrast set is_push = #{status},push_time = #{nowTime}
where id = #{id}
insert into bm_worker_push_history(id_number,pro_id,team_id,contract_id,ein_push_time)
values (#{bean.idCard},#{bean.projectId},#{bean.teamId},#{bean.contractId},#{bean.einPushTime})
update bm_worker_push_history set exit_push_time = #{bean.exitPushTime}
where id_number = #{bean.idCard} and pro_id = #{bean.projectId} and team_id = #{bean.teamId}
update bm_worker_push_history set contract_id = #{bean.contractId},contract_push_time = #{bean.contractPushTime}
where id_number = #{bean.idCard} and pro_id = #{bean.projectId} and team_id = #{bean.teamId}
insert into bm_worker_on_duty_departure(id_number, pro_id, date, push_content) values
(#{params.idNumber}, #{params.proId}, #{params.date}, #{params.pushContent})
update bm_worker_contract set
is_push = #{status},
push_time = #{nowTime},
push_content = #{result}
where idCard = #{id} and is_active = 1
update bm_worker_record set
is_ein_push = #{status},
ein_push_time = #{nowTime},
ein_push_content = #{result}
where ID_NUMBER = #{id}
update bm_worker_record set
is_exit_push = #{status},
exit_push_time = #{nowTime},
exit_push_content = #{result}
where ID_NUMBER = #{id}