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