id, create_by, create_time, del_flag, update_by, update_time,company_id, company_name, circuit_id, circuit_name
delete from t_logistics_company_route
where id = #{id,jdbcType=VARCHAR}
insert into t_logistics_company_route
(id, create_by, create_time, del_flag, update_by, update_time,company_id, company_name, circuit_id, circuit_name)
values (#{id,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{companyId,jdbcType=VARCHAR}, #{companyName,jdbcType=VARCHAR}, #{circuitId,jdbcType=VARCHAR}, #{circuitName,jdbcType=VARCHAR})
update t_logistics_company_route
id = #{record.id,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
company_id = #{record.companyId,jdbcType=VARCHAR},
company_name = #{record.companyName,jdbcType=VARCHAR},
circuit_id = #{record.circuitId,jdbcType=VARCHAR},
circuit_name = #{record.circuitName,jdbcType=VARCHAR},
update t_logistics_company_route
set id = #{record.id,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
company_id = #{record.companyId,jdbcType=VARCHAR},
company_name = #{record.companyName,jdbcType=VARCHAR},
circuit_id = #{record.circuitId,jdbcType=VARCHAR},
circuit_name = #{record.circuitName,jdbcType=VARCHAR}
update t_logistics_company_route
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
company_id = #{companyId,jdbcType=VARCHAR},
company_name = #{companyName,jdbcType=VARCHAR},
circuit_id = #{circuitId,jdbcType=VARCHAR},
circuit_name = #{circuitName,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update t_logistics_company_route
set create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
company_id = #{companyId,jdbcType=VARCHAR},
company_name = #{companyName,jdbcType=VARCHAR},
circuit_id = #{circuitId,jdbcType=VARCHAR},
circuit_name = #{circuitName,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}