tongshanglei 2 年之前
父節點
當前提交
2d987ab7b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -1394,7 +1394,7 @@ use think\facade\Cache;
         $redis_info= $redis->hget('vehicle_table_count', $whereStr);
         if($redis_info){
             $info=json_decode($redis_info,true);
-            if((time()-$info['time'])<24*3600){
+            if((time()-$info['time'])<600){
                 return $info['count'];
             }
         }