|
|
|
|
@ -390,6 +390,7 @@ class OtherController extends CommonController
|
|
|
|
|
'company_name' => $sign->user->company_name ?? '',
|
|
|
|
|
'company_area' => $sign->user->company_area ?? '',
|
|
|
|
|
'course_name' => $sign->course->name ?? '',
|
|
|
|
|
'course_type' => $sign->course->typeDetail->name ?? '',
|
|
|
|
|
// 'created_at' => $sign->created_at ? $sign->created_at->format('Y-m-d H:i:s') : '',
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|
@ -399,6 +400,7 @@ class OtherController extends CommonController
|
|
|
|
|
'company_name' => '企业名称',
|
|
|
|
|
'company_area' => '所在区域',
|
|
|
|
|
'course_name' => '课程名称',
|
|
|
|
|
'course_type' => '课程类型',
|
|
|
|
|
// 'created_at' => '报名时间',
|
|
|
|
|
];
|
|
|
|
|
$filename = '审核通过人数明细';
|
|
|
|
|
|