|
|
|
|
@ -2054,6 +2054,7 @@ class OtherController extends CommonController
|
|
|
|
|
'company_position' => $user->company_position ?? '',
|
|
|
|
|
'education' => $user->education ?? '',
|
|
|
|
|
'geren_rongyu' => $user->type ?? '',
|
|
|
|
|
'talent_tags' => $user->talent_tags ?? '',
|
|
|
|
|
'course_names' => $courseNamesStr,
|
|
|
|
|
'course_types' => $courseTypesStr,
|
|
|
|
|
'course_count' => $totalCourseCount,
|
|
|
|
|
@ -2068,6 +2069,7 @@ class OtherController extends CommonController
|
|
|
|
|
'company_position' => '职位',
|
|
|
|
|
'education' => '学历',
|
|
|
|
|
'geren_rongyu' => '个人荣誉',
|
|
|
|
|
'talent_tags' => '人才标签',
|
|
|
|
|
'course_names' => '课程名称',
|
|
|
|
|
'course_types' => '课程体系',
|
|
|
|
|
'course_count' => '报名课程数',
|
|
|
|
|
|