master
cody 3 months ago
parent 084ea9a8d7
commit 659ada747e

@ -143,14 +143,13 @@ class OtherController extends CommonController
// 全市干部参与企业
$list['company_ganbu_total'] = CourseSign::ganbu();
// 三个全覆盖
// 苏州头部企业
// 苏州苏州头部企业
$list['cover_head_total'] = CourseSign::toubuqiye();
// 高层次人才
// 获取人才培训课程
// 苏州高层次人才
$list['cover_rencai_total'] = CourseSign::rencai();
// 重点上市公司
// 苏州重点上市公司
$list['cover_stock_total'] = CourseSign::shangshi();
// 培养人次1
// 培养人次
$start_date = CourseType::START_DATE;
// 默认结束日期一年以后
$end_date = date('Y-m-d', strtotime('+10 year'));

Loading…
Cancel
Save