|
|
|
|
@ -329,6 +329,9 @@ class OtherController extends CommonController
|
|
|
|
|
'company_address' => $company->company_address ?? '',
|
|
|
|
|
'business_scope' => $company->business_scope ?? '',
|
|
|
|
|
'contact_phone' => $company->contact_phone ?? '',
|
|
|
|
|
'contact_mail' => $company->contact_mail ?? '',
|
|
|
|
|
'company_tag' => $company->company_tag ?? '',
|
|
|
|
|
'credit_code' => $company->credit_code ?? '',
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|
$fields = [
|
|
|
|
|
@ -338,6 +341,9 @@ class OtherController extends CommonController
|
|
|
|
|
'company_address' => '地址',
|
|
|
|
|
'business_scope' => '营业范围',
|
|
|
|
|
'contact_phone' => '联系电话',
|
|
|
|
|
'contact_mail' => '联系邮箱',
|
|
|
|
|
'company_tag' => '企业资质',
|
|
|
|
|
'credit_code' => '统一社会信用代码',
|
|
|
|
|
];
|
|
|
|
|
$filename = '被投企业明细';
|
|
|
|
|
break;
|
|
|
|
|
@ -384,7 +390,7 @@ class OtherController extends CommonController
|
|
|
|
|
'company_name' => $sign->user->company_name ?? '',
|
|
|
|
|
'company_area' => $sign->user->company_area ?? '',
|
|
|
|
|
'course_name' => $sign->course->name ?? '',
|
|
|
|
|
'created_at' => $sign->created_at ? $sign->created_at->format('Y-m-d H:i:s') : '',
|
|
|
|
|
// 'created_at' => $sign->created_at ? $sign->created_at->format('Y-m-d H:i:s') : '',
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|
$fields = [
|
|
|
|
|
@ -393,7 +399,7 @@ class OtherController extends CommonController
|
|
|
|
|
'company_name' => '企业名称',
|
|
|
|
|
'company_area' => '所在区域',
|
|
|
|
|
'course_name' => '课程名称',
|
|
|
|
|
'created_at' => '报名时间',
|
|
|
|
|
// 'created_at' => '报名时间',
|
|
|
|
|
];
|
|
|
|
|
$filename = '审核通过人数明细';
|
|
|
|
|
break;
|
|
|
|
|
|