master
cody 1 week ago
parent 972132fcb4
commit a55515ca00

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

Loading…
Cancel
Save