cqpCow 1 жил өмнө
parent
commit
9f05e2118a

+ 2 - 2
app/Http/Controllers/Api/ScreenController.php

@@ -416,7 +416,7 @@ class ScreenController extends BaseController
             //组织上周数据
             $this->fillData($list_week,2,$models);
             //缓存
-            Cache::put($last_week_key,json_encode($list_week),86400);
+//            Cache::put($last_week_key,json_encode($list_week),86400);
         }else{
             //有缓存 填充数据 组织上周数据
             $this->fillData($return_last_week,2,$models);
@@ -442,7 +442,7 @@ class ScreenController extends BaseController
             //组织上月数据
             $this->fillData($list_month,3,$models);
             //缓存
-            Cache::put($last_month_key,json_encode($list_month),86400);
+//            Cache::put($last_month_key,json_encode($list_month),86400);
         }else{
             //有缓存 填充数据 组织上周数据
             $this->fillData($return_last_month,3,$models);