瀏覽代碼

升级版本

mead 2 月之前
父節點
當前提交
e4a9315bb1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}");