mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
select 쿼리에 list_count=0 파라미터 전달시 Limit 해제
This commit is contained in:
parent
9d7f220417
commit
576c76a0be
2 changed files with 15 additions and 15 deletions
|
|
@ -602,7 +602,7 @@ class documentAdminController extends document
|
|||
function deleteModuleDocument($module_srl)
|
||||
{
|
||||
$args = new stdClass;
|
||||
$args->page = 0;
|
||||
$args->list_count = 0;
|
||||
$args->module_srl = intval($module_srl);
|
||||
$document_list = executeQueryArray('document.getDocumentList', $args, array('document_srl'))->data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue