|
|
|
@ -199,8 +199,9 @@ class CourseSign extends SoftDeletesModel
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dd(Company::whereNotIn('id', $filteredCompanies->pluck('id'))->get()->toArray());
|
|
|
|
|
|
|
|
$companies = collect($filteredCompanies);
|
|
|
|
$companies = collect($filteredCompanies);
|
|
|
|
|
|
|
|
dd(Company::whereNotIn('id', $companies->pluck('id'))->get()->toArray());
|
|
|
|
|
|
|
|
|
|
|
|
// 返回结果
|
|
|
|
// 返回结果
|
|
|
|
if ($retList) {
|
|
|
|
if ($retList) {
|
|
|
|
return $companies->values();
|
|
|
|
return $companies->values();
|
|
|
|
|