|
|
|
@ -222,7 +222,7 @@ class OtherController extends CommonController
|
|
|
|
$course_type_id = $params['course_type_id'];
|
|
|
|
$course_type_id = $params['course_type_id'];
|
|
|
|
$courses = $params['courses'];
|
|
|
|
$courses = $params['courses'];
|
|
|
|
// 被投企业数
|
|
|
|
// 被投企业数
|
|
|
|
$list['course_signs_invested'] = CourseSign::yhInvested($start_date, $end_date, $courses->pluck('id')->toArray());
|
|
|
|
$list['course_signs_invested'] = CourseSign::yhInvested($start_date, $end_date);
|
|
|
|
// 报名人数
|
|
|
|
// 报名人数
|
|
|
|
$list['course_signs_total'] = CourseSign::courseSignsTotal($start_date, $end_date, null, $courses->pluck('id'));
|
|
|
|
$list['course_signs_total'] = CourseSign::courseSignsTotal($start_date, $end_date, null, $courses->pluck('id'));
|
|
|
|
// 审核通过人数
|
|
|
|
// 审核通过人数
|
|
|
|
|