delete from job_recruitment_collection where id_=#{id,jdbcType=VARCHAR}
update job_recruitment_collection
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
company_id=#{companyId,jdbcType=VARCHAR},
sys_user_id=#{sysUserId,jdbcType=VARCHAR},
resume_id=#{resumeId,jdbcType=VARCHAR},
where id_=#{id}
update job_recruitment_collection set del_flag=1,update_time=now(),update_by=#{hrId} where resume_id=#{resumeId} and sys_user_id=#{hrId}