visuddhinanda 3 роки тому
батько
коміт
257f1fce46
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, "");
         #按天获取数据
         #按天获取数据