|
|
|
@ -423,7 +423,7 @@ class OtherController extends CommonController
|
|
|
|
})->whereNotIn('status', [4, 5])
|
|
|
|
})->whereNotIn('status', [4, 5])
|
|
|
|
->with('course')
|
|
|
|
->with('course')
|
|
|
|
->get();
|
|
|
|
->get();
|
|
|
|
$courseNames = $userCourseSigns->pluck('course.name')->filter()->unique()->implode('、');
|
|
|
|
$courseNames = $userCourseSigns->pluck('course.name')->filter()->unique()->implode("\n\r");
|
|
|
|
|
|
|
|
|
|
|
|
$data[] = [
|
|
|
|
$data[] = [
|
|
|
|
'user_name' => $user->name ?? '',
|
|
|
|
'user_name' => $user->name ?? '',
|
|
|
|
|