where(function($query) use($time){ if($time){ $query->where('create_at','>=', $time); } })->sum('practical_money'); if($data){ Cache::set($cacheKey, $data, rand(3,5)); } return $data; } return Cache::get($cacheKey); } }