|
|
|
@ -346,7 +346,7 @@ class CourseSign extends SoftDeletesModel
|
|
|
|
foreach ($companyNameKeyword as $item) {
|
|
|
|
foreach ($companyNameKeyword as $item) {
|
|
|
|
$query->orWhere('company_name', 'like', '%' . $item . '%');
|
|
|
|
$query->orWhere('company_name', 'like', '%' . $item . '%');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})->whereIn('id', $courseSignByType->pluck('user_id'))->get();
|
|
|
|
})->whereIn('id1', $courseSignByType->pluck('user_id'))->get();
|
|
|
|
if ($retList) {
|
|
|
|
if ($retList) {
|
|
|
|
// 返回列表
|
|
|
|
// 返回列表
|
|
|
|
return $list;
|
|
|
|
return $list;
|
|
|
|
|