id, initiate_amb_id, accept_amb_id, amount, `status`, `operator`, `comment`, create_time,
count_amount
delete from amb_invest
where id = #{id,jdbcType=BIGINT}
insert into amb_invest (initiate_amb_id, accept_amb_id, amount,
`status`, `operator`, `comment`,
create_time, count_amount)
values (#{initiateAmbId,jdbcType=BIGINT}, #{acceptAmbId,jdbcType=BIGINT}, #{amount,jdbcType=DECIMAL},
#{status,jdbcType=INTEGER}, #{operator,jdbcType=VARCHAR}, #{comment,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{countAmount,jdbcType=DECIMAL})
insert into amb_invest
initiate_amb_id,
accept_amb_id,
amount,
`status`,
`operator`,
`comment`,
create_time,
count_amount,
#{initiateAmbId,jdbcType=BIGINT},
#{acceptAmbId,jdbcType=BIGINT},
#{amount,jdbcType=DECIMAL},
#{status,jdbcType=INTEGER},
#{operator,jdbcType=VARCHAR},
#{comment,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{countAmount,jdbcType=DECIMAL},
update amb_invest
initiate_amb_id = #{initiateAmbId,jdbcType=BIGINT},
accept_amb_id = #{acceptAmbId,jdbcType=BIGINT},
amount = #{amount,jdbcType=DECIMAL},
`status` = #{status,jdbcType=INTEGER},
`operator` = #{operator,jdbcType=VARCHAR},
`comment` = #{comment,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
count_amount = #{countAmount,jdbcType=DECIMAL},
where id = #{id,jdbcType=BIGINT}
update amb_invest
set initiate_amb_id = #{initiateAmbId,jdbcType=BIGINT},
accept_amb_id = #{acceptAmbId,jdbcType=BIGINT},
amount = #{amount,jdbcType=DECIMAL},
`status` = #{status,jdbcType=INTEGER},
`operator` = #{operator,jdbcType=VARCHAR},
`comment` = #{comment,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
count_amount = #{countAmount,jdbcType=DECIMAL}
where id = #{id,jdbcType=BIGINT}