@ -36,7 +36,7 @@ class HomeCacheDataUtil
->where('end_date', '>=', $today)
->latest() // 按照结束日期排序
->limit(3) // 限制返回3个
->get(); // 获取结果
}
);