포인트 기록이 없는 사용자에 대해 일괄 포인트 적용 쿼리가 사용자수가 많을 경우 DB에 무리를 주기 때문에 삭제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2716 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-10 04:00:29 +00:00
parent 88f4bb1ba5
commit 85aeeef7f3
2 changed files with 1 additions and 35 deletions

View file

@ -64,10 +64,8 @@
$args->list_count = 20;
$args->page = Context::get('page');
//회원 목록 갱신
if($args->page <= 1) $oPointModel->updateMemberList();
$output = $oPointModel->getMemberList($args);
// 템플릿에 쓰기 위해서 context::set
Context::set('total_count', $output->total_count);
Context::set('total_page', $output->total_page);