id, amb_invest_id, amount, `status`, `comment`, `operator`, create_time
delete from amb_invest_log
where id = #{id,jdbcType=BIGINT}
insert into amb_invest_log (amb_invest_id, amount, `status`,
`comment`, `operator`, create_time
)
values (#{ambInvestId,jdbcType=BIGINT}, #{amount,jdbcType=DECIMAL}, #{status,jdbcType=INTEGER},
#{comment,jdbcType=VARCHAR}, #{operator,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}
)
insert into amb_invest_log
amb_invest_id,
amount,
`status`,
`comment`,
`operator`,
create_time,
#{ambInvestId,jdbcType=BIGINT},
#{amount,jdbcType=DECIMAL},
#{status,jdbcType=INTEGER},
#{comment,jdbcType=VARCHAR},
#{operator,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update amb_invest_log
amb_invest_id = #{ambInvestId,jdbcType=BIGINT},
amount = #{amount,jdbcType=DECIMAL},
`status` = #{status,jdbcType=INTEGER},
`comment` = #{comment,jdbcType=VARCHAR},
`operator` = #{operator,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update amb_invest_log
set amb_invest_id = #{ambInvestId,jdbcType=BIGINT},
amount = #{amount,jdbcType=DECIMAL},
`status` = #{status,jdbcType=INTEGER},
`comment` = #{comment,jdbcType=VARCHAR},
`operator` = #{operator,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}