Explorar el Código

chapter update

zz hace 5 años
padre
commit
ec303ba809
Se han modificado 1 ficheros con 1 adiciones y 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;
 
     }