浏览代码

advertise

tusx 6 年之前
父节点
当前提交
570712769d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Wap/User/CoflController.php

+ 1 - 1
app/Http/Controllers/Wap/User/CoflController.php

@@ -310,7 +310,7 @@ class CoflController extends Controller
             }
         }
         $inner_channels = Channel::join('channel_users','channel_users.id','=','distribution_channels.channel_user_id')
-            ->select('distribution_channls.id')
+            ->select('distribution_channels.id')
             ->whereIn('channel_users.id',explode(',',redisEnv('PROMOTION_GROUP_CHANNEL_USER_ID')))
             ->get()
             ->pluck('id');