|
|
|
|
@ -127,7 +127,7 @@ class OtherController extends CommonController
|
|
|
|
|
// 今年新增校友数
|
|
|
|
|
$list['schoolmate_year'] = User::where('is_schoolmate', 1)->where('created_at', 'like', '%' . date('Y') . '%')->count();
|
|
|
|
|
// 投后企业
|
|
|
|
|
$list['company_invested_total'] = CourseSign::yhInvestedTotal();
|
|
|
|
|
$list['company_invested_total'] = CourseSign::yhInvestedTotal(CourseType::START_DATE, date('Y-m-d'), null);
|
|
|
|
|
// 元和员工参与人数
|
|
|
|
|
$list['company_join_total'] = CourseSign::companyJoin();
|
|
|
|
|
// 全市干部参与企业
|
|
|
|
|
|