|
@@ -313,6 +313,7 @@ class CoflController extends Controller
|
|
|
->select('distribution_channels.id')
|
|
|
->whereIn('channel_users.id',explode(',',redisEnv('PROMOTION_GROUP_CHANNEL_USER_ID')))
|
|
|
->get();
|
|
|
+ \Log::info('channel:'.(redisEnv('PROMOTION_GROUP_CHANNEL_USER_ID')));
|
|
|
\Log::info('$inner_channels:'.json_encode($inner_channels));
|
|
|
if(!$inner_channels->isEmpty()){
|
|
|
$inner_channels=$inner_channels->pluck('id')->toArray();
|