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'];
             }
         }