|
|
|
|
@ -1138,8 +1138,9 @@ class OtherController extends CommonController
|
|
|
|
|
|
|
|
|
|
case 'cover_stock_total':
|
|
|
|
|
// 重点上市公司明细 - 使用模型方法
|
|
|
|
|
$companies = CourseSign::shangshi($start_date, $end_date, $course_ids, true);
|
|
|
|
|
foreach ($companies as $company) {
|
|
|
|
|
$companiesData = CourseSign::shangshi($start_date, $end_date, $course_ids, true);
|
|
|
|
|
foreach ($companiesData as $item) {
|
|
|
|
|
$company = $item['company'];
|
|
|
|
|
$data[] = [
|
|
|
|
|
'company_name' => $company->company_name,
|
|
|
|
|
'company_legal_representative' => $company->company_legal_representative ?? '',
|
|
|
|
|
|