소스 검색

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;