이지우 - 관리자 > 사용자 상세 팝업 > 최근 카카오톡 > 예약목록 역순처리
This commit is contained in:
parent
67202b2a9b
commit
09f53b2988
@ -19,6 +19,7 @@ import java.security.spec.RSAPublicKeySpec;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Calendar;
|
||||
import java.util.Collections;
|
||||
import java.util.Date;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
@ -1495,6 +1496,7 @@ public class EgovUserManageController {
|
||||
kakaoListVO.setSearchSortCnd("REQ_DATE");
|
||||
kakaoListVO.setSearchSortOrd("ASC");
|
||||
List<MjonMsgVO> kakaoReserveList = mjonMsgDataService.selectSendListByResultCode(kakaoListVO);
|
||||
Collections.reverse(kakaoReserveList); //조회된 3건들은 발송일 내림차순으로 변경
|
||||
model.addAttribute("kakaoReserveList", kakaoReserveList);
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user