Explorar o código

chapter update

zz %!s(int64=5) %!d(string=hai) anos
pai
achega
ec303ba809
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Modules/Book/Services/ChapterService.php

+ 1 - 1
app/Modules/Book/Services/ChapterService.php

@@ -247,7 +247,7 @@ class ChapterService
         }
         self::saveChapterToOss($bid,$chapter);
         $res_redis = self::saveChapterToRedis($bid,$chapter);
-        return $res_db  && $res_redis;
+        return  $res_redis;
 
     }