master
cody 1 week ago
parent a55515ca00
commit 714f4f2d4f

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

Loading…
Cancel
Save