master
cody 4 months ago
parent 442a04e438
commit e0b055b471

@ -2041,6 +2041,7 @@ class OtherController extends CommonController
'company_city' => $user->company->company_city ?? '',
'company_position' => $user->company_position ?? '',
'education' => $user->education ?? '',
'geren_rongyu' => $user->type ?? '',
'course_names' => $courseNamesStr,
'course_types' => $courseTypesStr,
'course_count' => $totalCourseCount,
@ -2054,6 +2055,7 @@ class OtherController extends CommonController
'company_city' => '所在城市',
'company_position' => '职位',
'education' => '学历',
'geren_rongyu' => '个人荣誉',
'course_names' => '课程名称',
'course_types' => '课程体系',
'course_count' => '报名课程数',

Loading…
Cancel
Save