zz 6 rokov pred
rodič
commit
b959e9e1df

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

@@ -65,7 +65,7 @@ class BookAfterSpider extends Command
         $this->addbookConfig($bid);
         $this->bookChapterInfo($bid);
         $this->adjustSequentOne($bid);
-        ChapterService::splitContentAll($bid);
+        //ChapterService::splitContentAll($bid);
     }
 
     private function addproducts()

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

@@ -174,7 +174,7 @@ class BookUpdateOne extends Command
                 'update_type'=>'add_chapter',
                 'channel_name'=>$book_info->category_id >=13 ? '女频':'男频'
             ]);
-            ChapterService::splitContentAll($bid,$from_sequence);
+            //ChapterService::splitContentAll($bid,$from_sequence);
         }
         return $j;
     }