|
@@ -267,7 +267,7 @@ class ChatGroupService
|
267
|
267
|
$corpIds = AdminManageCorp::where('sys_user_id', $sysGroupId)->where('is_delete', 0)->pluck('corpid');
|
268
|
268
|
$accountList = AuthorizeCorp::select('corpid', 'corp_name')->where('enable', 1)
|
269
|
269
|
->whereIn('id', $corpIds)->get();
|
270
|
|
-
|
|
270
|
+ var_dump($accountList);die;
|
271
|
271
|
if(empty($accountList)) return [];
|
272
|
272
|
|
273
|
273
|
$corpidList = $accountList->pluck('corpid');
|