zz 6 anni fa
parent
commit
dbdffd9fa7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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')