This commit is contained in:
Hankin 2026-04-13 16:41:53 +08:00
parent ed7bb48158
commit e8526ac988

View File

@ -755,7 +755,7 @@ class ActivityController extends Controller
->orderBy('merchant_services.status', 'desc')
->orderBy('merchant_services.is_top', 'desc')
->orderBy('merchant_services.top_time', 'desc')
->paginate();
->get();
foreach ($result as $key => $value) {
$group = CollageGroup::where('type', 'community')->where('type_id', $value->id)->where('start_time', '<', $time)