فهرست منبع

redis keys clean 3

zz 6 سال پیش
والد
کامیت
6d5084b516
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/Console/Commands/BookTest.php

+ 2 - 2
app/Console/Commands/BookTest.php

@@ -619,10 +619,10 @@ class BookTest extends Command
     }
 
     private function clearUserReadRecord(){
-        $i = 137406313;
+        $i = 108655782;
         //$not_uid_key = ['last_read','send_order_id','sign_count','sign_counts','sign_info','sign_day','smart_push','inner_send_order_id','gxhp','property','bind_phone_status','ua'];
         $k = 0;
-        while ( $i<108655782){
+        while ( $i<137406313){
             $i++;
             $last_read = ReadRecordService::getByField($i,'last_read');
             if(!$last_read){