tgz 2 年之前
父节点
当前提交
57f1291cf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Services/LandingPage/LandingPageLinkService.php

+ 1 - 1
src/Services/LandingPage/LandingPageLinkService.php

@@ -266,7 +266,7 @@ class LandingPageLinkService
             }else{
                 // 主账号
                 if ($is_owner_role) {
-                    $qapp_account_arr  = QappChannelAccount::where('company_id',$user->company_id)
+                    $qapp_account_arr  = DB::table('qapp_channel_accounts')->where('company_id',$user->company_id)
                         ->where('distribution_channel_id',$user->distribution_channel_id)
                         ->pluck('account')->all();
                 }else{