mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
포인트 기록이 없는 사용자에 대해 일괄 포인트 적용 쿼리가 사용자수가 많을 경우 DB에 무리를 주기 때문에 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2716 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
88f4bb1ba5
commit
85aeeef7f3
2 changed files with 1 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue