Browse Source

yunqi update bugs

zz 6 years ago
parent
commit
dbdffd9fa7
1 changed files with 1 additions and 1 deletions
  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')