id, ea_id, create_time
delete from expense_relationship
where id = #{id,jdbcType=INTEGER}
insert into expense_relationship (id, ea_id, create_time
)
values (#{id,jdbcType=INTEGER}, #{eaId,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}
)
insert into expense_relationship
id,
ea_id,
create_time,
#{id,jdbcType=INTEGER},
#{eaId,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
update expense_relationship
ea_id = #{eaId,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update expense_relationship
set ea_id = #{eaId,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}