Explorar el Código

yunqi update bugs

zz hace 6 años
padre
commit
dbdffd9fa7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/updateFromNewYunqi.php

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

@@ -106,7 +106,7 @@ class updateFromNewYunqi extends Command
                 'update_words' => $update_size,
                 'update_type'=>'add_chapter'
             ]);
-            \Artisan::call('book:adjustone',['bid'=>$zsy_bid]);
+            \Artisan::call('book:adjustone',['--bid'=>$zsy_bid]);
             $info = Chapter::join('books','books.id','=','chapters.bid')
                 ->where('books.id',$zsy_bid)
                 ->select('chapters.id','chapters.name','chapters.sequence','books.size')