Преглед изворни кода

Merge pull request #1054 from visuddhinanda/laravel

统计360天
visuddhinanda пре 3 година
родитељ
комит
66539016f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/StatisticsNissaya.php

+ 1 - 1
app/Console/Commands/StatisticsNissaya.php

@@ -47,7 +47,7 @@ class StatisticsNissaya extends Command
             $channels[] = $value->uid;
             $channels[] = $value->uid;
         }
         }
         $this->info('channel:'.count($channels));
         $this->info('channel:'.count($channels));
-        $maxDay = 300;
+        $maxDay = 360;
         $file = "public/export/nissaya-daily.csv";
         $file = "public/export/nissaya-daily.csv";
         Storage::disk('local')->put($file, "");
         Storage::disk('local')->put($file, "");
         #按天获取数据
         #按天获取数据