관리자 예약조회현황 메뉴 검색 시작일자 변경

- 기존 한달전에서 하루전으로 변경
This commit is contained in:
rosewiper 2024-01-26 11:06:58 +09:00
parent 09b0512039
commit 8668d2af82

View File

@ -1206,9 +1206,13 @@ public class MjonMsgController {
searchVO.setReserveYn("Y");
searchVO.setReserveCYn("N");//예약 취소건은 보여주지 않는다.
// 기간검색 설정
/*
* 2024.01.26 우영두 변경
* 기존 한달전 시작일자 지정에서 하루전으로 변경
* 데이터 양이 너무 많이 검색되어 하루전으로 변경해 달라는 기획팀 요청
* */
String toDay = MJUtil.getTodayDate(); //오늘
String beforeMonthDay = MJUtil.getBefore1MonthDate(); //한달
String beforeMonthDay = MJUtil.getBefore1DayDate(); //하루
if (null == searchVO.getNtceBgnde() || searchVO.getNtceBgnde().equals("")) {
searchVO.setNtceBgnde(beforeMonthDay);
//searchVO.setNtceEndde(toDay);