|
@@ -1222,6 +1222,10 @@ class ChapterController extends BaseController
|
|
|
*/
|
|
|
private function getSubscribeChapterNum($book)
|
|
|
{
|
|
|
+ $hour = date('G');
|
|
|
+ if($this->send_order_id && $hour <=5 && in_array($this->send_order_id,[392216,392218])){
|
|
|
+ return 1;
|
|
|
+ }
|
|
|
//派单强关
|
|
|
if ($this->send_order_id) {
|
|
|
$send_order_info = SendOrderService::getById($this->send_order_id);
|