From 56da20ffc931b30dae1a5691db76d449fc207038 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 19 Jan 2026 17:11:07 +0800 Subject: [PATCH] update --- app/Http/Controllers/Admin/OtherController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Admin/OtherController.php b/app/Http/Controllers/Admin/OtherController.php index f0c3d09..95a7cc7 100755 --- a/app/Http/Controllers/Admin/OtherController.php +++ b/app/Http/Controllers/Admin/OtherController.php @@ -254,10 +254,10 @@ class OtherController extends CommonController } // 统计 is_chart=0 的课程类型数据,组成"其他"统计项 - // $otherCourseType = CourseType::getOtherStatistics($configStartDate, $configEndDate); + $otherCourseType = CourseType::getOtherStatistics($configStartDate, $configEndDate); - // // 将"其他"添加到 courseTypes 集合中 - // $courseTypes->push($otherCourseType); + // 将"其他"添加到 courseTypes 集合中 + $courseTypes->push($otherCourseType); // 将统计数据直接组合到配置对象中 $config->courseTypes = $courseTypes;