|
|
|
|
@ -349,7 +349,7 @@ class CourseSign extends SoftDeletesModel
|
|
|
|
|
$query->orWhere('company_name', 'like', '%' . $item . '%');
|
|
|
|
|
}
|
|
|
|
|
})->get();
|
|
|
|
|
$list = $company->pluck('users')->flatten();
|
|
|
|
|
$list = User::whereIn('company_id', $company->pluck('id'))->get();
|
|
|
|
|
|
|
|
|
|
if ($retList) {
|
|
|
|
|
// 返回列表
|
|
|
|
|
|