Explorar el Código

fix 最近阅读记录非外部上架图书不展示问题

songdb hace 4 años
padre
commit
6f988c3591
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Modules/Book/Services/BookConfigService.php

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

@@ -48,7 +48,7 @@ class BookConfigService
             return (object)array();
         }
         if ($order)
-            $res = BookConfig::getBooksByIds($where, [],$order,$is_external_shelf);
+            $res = BookConfig::getBooksByIds($where,$order,$is_external_shelf);
         else
             $res = BookConfig::getBooksByIds($where,[],$is_external_shelf);
         return $res;