|
@@ -1099,7 +1099,7 @@ class ChapterController extends BaseController
|
|
|
}
|
|
|
$send_order_subsribe_status = Redis::hget('channel:setting:'.$this->distribution_channel_id,'send_order_subscribe');
|
|
|
if(is_null($send_order_subsribe_status)){
|
|
|
- $send_order_subsribe_status = 1;
|
|
|
+ $send_order_subsribe_status = 0;
|
|
|
}
|
|
|
if($send_order_subsribe_status &&
|
|
|
$send_order_info &&
|