mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
페이지가 선언되어도 1페이지데이터만 가져오는 문제 고침
This commit is contained in:
parent
09beb091e6
commit
f62b402c30
1 changed files with 5 additions and 1 deletions
|
|
@ -38,7 +38,11 @@ class ncenterliteAdminModel extends ncenterlite
|
|||
*/
|
||||
function getNotifyType()
|
||||
{
|
||||
$output = executeQueryArray('ncenterlite.getNotifyTypeAdminList');
|
||||
$args = new stdClass();
|
||||
$args->page = Context::get('page');
|
||||
$args->list_count = '20';
|
||||
$args->page_count = '10';
|
||||
$output = executeQueryArray('ncenterlite.getNotifyTypeAdminList', $args);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue