알림톡 전송내역 수정
This commit is contained in:
parent
9875b9783d
commit
da559bb35d
@ -1377,6 +1377,7 @@ public class EgovUserManageController {
|
|||||||
sendKakaoVO.setSearchSortCnd("reqDate");
|
sendKakaoVO.setSearchSortCnd("reqDate");
|
||||||
sendKakaoVO.setSearchSortOrd("desc");
|
sendKakaoVO.setSearchSortOrd("desc");
|
||||||
sendKakaoVO.setFirstIndex(0);
|
sendKakaoVO.setFirstIndex(0);
|
||||||
|
sendKakaoVO.setPageType("sand");
|
||||||
List<KakaoVO> kakaoResultList = new ArrayList<KakaoVO>();
|
List<KakaoVO> kakaoResultList = new ArrayList<KakaoVO>();
|
||||||
kakaoResultList = mjonKakaoATService.selectMjonKakaoATGroupCompleteByUserList(sendKakaoVO);
|
kakaoResultList = mjonKakaoATService.selectMjonKakaoATGroupCompleteByUserList(sendKakaoVO);
|
||||||
|
|
||||||
@ -1395,6 +1396,7 @@ public class EgovUserManageController {
|
|||||||
reserveKakaoVO.setSearchSortCnd("reqDate");
|
reserveKakaoVO.setSearchSortCnd("reqDate");
|
||||||
reserveKakaoVO.setSearchSortOrd("desc");
|
reserveKakaoVO.setSearchSortOrd("desc");
|
||||||
reserveKakaoVO.setFirstIndex(0);
|
reserveKakaoVO.setFirstIndex(0);
|
||||||
|
reserveKakaoVO.setPageType("sand");
|
||||||
List<KakaoVO> kakaoReserveList = new ArrayList<KakaoVO>();
|
List<KakaoVO> kakaoReserveList = new ArrayList<KakaoVO>();
|
||||||
kakaoReserveList = mjonKakaoATService.selectReserveMjonKakaoATGroupList(reserveKakaoVO);
|
kakaoReserveList = mjonKakaoATService.selectReserveMjonKakaoATGroupList(reserveKakaoVO);
|
||||||
|
|
||||||
|
|||||||
@ -602,6 +602,11 @@
|
|||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
</isEmpty>
|
</isEmpty>
|
||||||
|
|
||||||
|
<isNotEmpty property="pageType">
|
||||||
|
<isEqual property="pageType" compareValue="sand">
|
||||||
|
AND M.CUR_STATE = '3'
|
||||||
|
</isEqual>
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
<isNotEmpty property="msgType">
|
<isNotEmpty property="msgType">
|
||||||
<isEqual property="msgType" compareValue="8">
|
<isEqual property="msgType" compareValue="8">
|
||||||
@ -1241,6 +1246,7 @@
|
|||||||
, MD.BIZ_KAKAO_RESEND_YN
|
, MD.BIZ_KAKAO_RESEND_YN
|
||||||
, MG.AT_DELAY_COMPLETE_YN
|
, MG.AT_DELAY_COMPLETE_YN
|
||||||
, MG.AT_DELAY_YN
|
, MG.AT_DELAY_YN
|
||||||
|
, MD.REFUND_YN
|
||||||
FROM MJ_MSG_DATA MD ,
|
FROM MJ_MSG_DATA MD ,
|
||||||
MJ_MSG_GROUP_DATA MG
|
MJ_MSG_GROUP_DATA MG
|
||||||
WHERE MD.MSG_GROUP_ID = MG.MSG_GROUP_ID
|
WHERE MD.MSG_GROUP_ID = MG.MSG_GROUP_ID
|
||||||
@ -1323,6 +1329,12 @@
|
|||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
</isEmpty>
|
</isEmpty>
|
||||||
|
|
||||||
|
<isNotEmpty property="pageType">
|
||||||
|
<isEqual property="pageType" compareValue="sand">
|
||||||
|
AND M.AT_DELAY_COMPLETE_YN ='Y'
|
||||||
|
AND M.REFUND_YN = 'N'
|
||||||
|
</isEqual>
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
<isNotEmpty property="msgType">
|
<isNotEmpty property="msgType">
|
||||||
<isEqual property="msgType" compareValue="8">
|
<isEqual property="msgType" compareValue="8">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user