wangzq 2 anos atrás
pai
commit
8d2880d008

+ 2 - 2
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -549,8 +549,8 @@ class BookController extends BaseController
             return response()->error('PARAM_ERROR');
             return response()->error('PARAM_ERROR');
         }
         }
 
 
-        //   $result = HomeCache::getRankPageInfo($package,$sex);
-        $result = null;
+          $result = HomeCache::getRankPageInfo($package,$sex);
+        // $result = null;
         if(is_empty($result)){
         if(is_empty($result)){
             $result = $this->getRankData($package,$sex,$channel_id);
             $result = $this->getRankData($package,$sex,$channel_id);
             if(!is_empty($result)) {
             if(!is_empty($result)) {