浏览代码

record bud

zz 6 年之前
父节点
当前提交
96ecf1cfba
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;