소스 검색

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');