From ea82817fdc73ebeaa77b4f73a5355d69594f225f Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 19 Jan 2026 17:10:56 +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 95a7cc7..f0c3d09 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;