select id, title, amount, type, del_flag, create_by, create_time, update_by, update_time from applet_amount_log
insert into applet_amount_log
title,amount,type,del_flag,create_by,create_time,update_by,update_time,#{title},#{amount},#{type},#{delFlag},#{createBy},#{createTime},#{updateBy},#{updateTime},
update applet_amount_log
title = #{title},amount = #{amount},type = #{type},del_flag = #{delFlag},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from applet_amount_log where id = #{id}
delete from applet_amount_log where id in
#{id}