소스 검색

升级版本

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}");