Răsfoiți Sursa

升级版本

mead 2 luni în urmă
părinte
comite
e4a9315bb1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/Console/Commands/InitCourseCommand.php

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

@@ -194,7 +194,7 @@ class InitCourseCommand extends Command
 //        dd(1);
 
 
-        $courses = [13, 14];
+        $courses = [12, 13];
         foreach ($courses as $i) {
             $t = Video::query()->where('course_id', $i)->count();
             $this->line("total:{$t}");