SELECT money, consume_type, business_id transaction_log_id FROM account_consume_records where id=(select max(id) from account_consume_records);