Parcourir la source

chapter update

zz il y a 5 ans
Parent
commit
ec303ba809
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 
     }