|
|
|
|
@ -591,6 +591,7 @@ class OtherController extends CommonController
|
|
|
|
|
'mobile' => $user->mobile ?? '',
|
|
|
|
|
'company_name' => $user->company_name ?? '',
|
|
|
|
|
'company_position' => $user->company_position ?? '',
|
|
|
|
|
'from' => $user->from ?? '',
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|
$fields = [
|
|
|
|
|
@ -599,6 +600,7 @@ class OtherController extends CommonController
|
|
|
|
|
'mobile' => '手机号',
|
|
|
|
|
'company_name' => '企业名称',
|
|
|
|
|
'company_position' => '职位',
|
|
|
|
|
'from' => '标签',
|
|
|
|
|
];
|
|
|
|
|
$filename = '跟班学员明细';
|
|
|
|
|
break;
|
|
|
|
|
|