mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove unnecessary count query in getDocuments()
This commit is contained in:
parent
e4376aa265
commit
bae8954e42
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ class DocumentModel extends Document
|
|||
$args->document_srls = $document_srls;
|
||||
$args->list_count = is_array($document_srls) ? count($document_srls) : 1;
|
||||
$args->order_type = 'asc';
|
||||
$args->page = 0;
|
||||
$output = executeQueryArray('document.getDocuments', $args, $columnList);
|
||||
|
||||
$documents = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue