select id, create_time, update_time, flag, activity_config_id, address, superior_address, title, type, amount, superior_amount, end_time, config_type, mark, hashs, transfer_type from activity_log insert into activity_log create_time, update_time, flag, activity_config_id, address, superior_address, title, type, amount, superior_amount, end_time, config_type, mark, hashs, transfer_type, #{createTime}, #{updateTime}, #{flag}, #{activityConfigId}, #{address}, #{superiorAddress}, #{title}, #{type}, #{amount}, #{superiorAmount}, #{endTime}, #{configType}, #{mark}, #{hashs}, #{transferType}, update activity_log create_time = #{createTime}, update_time = #{updateTime}, flag = #{flag}, activity_config_id = #{activityConfigId}, address = #{address}, superior_address = #{superiorAddress}, title = #{title}, type = #{type}, amount = #{amount}, superior_amount = #{superiorAmount}, end_time = #{endTime}, config_type = #{configType}, mark = #{mark}, hashs = #{hashs}, transfer_type = #{transferType}, where id = #{id} delete from activity_log where id in #{id}