瀏覽代碼

短剧点击人数统计

liuzejian 1 年之前
父節點
當前提交
36d036ce21
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Console/Commands/Stats/MiniprogramStats.php

+ 1 - 0
app/Console/Commands/Stats/MiniprogramStats.php

@@ -79,6 +79,7 @@ EDF;
                         ->insert([
                             'user_id' => $arr[3],
                             'video_id' => $arr[2],
+                            'video_name' => DB::table('videos')->where('id', $arr[2])->value('name') ?? '',
                             'day' => $this->day,
                             'click_uv' => $count,
                             'created_at' => $now,