Browse Source

record bud

zz 6 năm trước cách đây
mục cha
commit
96ecf1cfba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Modules/User/Services/ReadRecordService.php

+ 1 - 1
app/Modules/User/Services/ReadRecordService.php

@@ -57,7 +57,7 @@ class ReadRecordService
         $read_bids = Redis::hgetall('book_read:' . $uid);
         $res = [];
         $i = 0;
-        self::delBookNameAndChapter($uid);
+        //self::delBookNameAndChapter($uid);
         foreach ($read_bids as $key => $v) {
             if(in_array($key,self::$not_uid_key)){
                 continue;