관리자 알림톡 관리 > 채널 아이디 목록 기본 정렬 변경

- 채널등록일 기준으로 정렬되도록 변경(기존 채널아이디 기준 정렬이었음)
This commit is contained in:
rosewiper 2024-08-30 17:57:35 +09:00
parent ebee77d570
commit 959ee7b79f

View File

@ -768,7 +768,7 @@ public class MjonKakaoATController {
channelIDVO.setRecordCountPerPage(paginationInfo.getRecordCountPerPage());
if("".equals(channelIDVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
channelIDVO.setSearchSortCnd("profileId");
channelIDVO.setSearchSortCnd("lastUpdtPnttm");
channelIDVO.setSearchSortOrd("desc");
}