$game_log_id, 'user_id' => $user_id, 'podcast_id' => $podcast_id, 'money' => $money, 'bet' => $bet, 'create_time' => $create_time, 'create_date' => $create_date, 'type' => $type, ); return $this->insert($data); } }