Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

축제스탬프투어 관리자 화면 선물신청자 리스트 ROWNUM 디센딩으로 변경 #109

Open
kishe89 opened this issue Oct 20, 2017 · 1 comment
Assignees

Comments

@kishe89
Copy link

kishe89 commented Oct 20, 2017

var pageno = req.query.pageno;
var page_end = count[0].total - ((pageno-1)*20)
var page_start = page_end - 19;

으로 변경

해당 코드는 모든 선물신청자 리스트 조회 API 공통 적용됩니다.
@noyunseong @Noh-sehyun

@kishe89
Copy link
Author

kishe89 commented Oct 23, 2017

@noyunseong 오늘 새벽 배포하자

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants