관리자 알림톡 관리 > 채널 아이디 목록 기본 정렬 변경
- 채널등록일 기준으로 정렬되도록 변경(기존 채널아이디 기준 정렬이었음)
This commit is contained in:
parent
ebee77d570
commit
959ee7b79f
@ -768,7 +768,7 @@ public class MjonKakaoATController {
|
|||||||
channelIDVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
channelIDVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
|
||||||
|
|
||||||
if("".equals(channelIDVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
if("".equals(channelIDVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
||||||
channelIDVO.setSearchSortCnd("profileId");
|
channelIDVO.setSearchSortCnd("lastUpdtPnttm");
|
||||||
channelIDVO.setSearchSortOrd("desc");
|
channelIDVO.setSearchSortOrd("desc");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user