|
@@ -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{
|