delete from base_job_enterprise_relation where id_=#{id,jdbcType=VARCHAR}
update base_job_enterprise_relation
job_information_id=#{jobInformationId,jdbcType=VARCHAR},
enterprise_id=#{enterpriseId,jdbcType=VARCHAR},
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 },
where id_=#{id}