카카오 친구톡 광고 메세지 픽스 및 발송 실패 환불 스케줄러 처리
This commit is contained in:
parent
feb9d37202
commit
ed83ac15db
@ -705,8 +705,6 @@ public class KakaoFriendsTalkSendController {
|
||||
|
||||
}
|
||||
|
||||
System.out.println("++++++++++++++ tmpContents ::: "+tmpContents);
|
||||
|
||||
model.addAttribute("kakaoVO", kakaoVO);
|
||||
|
||||
return "web/kakao/msgdata/ft/KakaoFriendsTalkMsgDataTestPop";
|
||||
|
||||
@ -420,8 +420,12 @@ public class SchdlrManageServiceImpl extends EgovAbstractServiceImpl implements
|
||||
//카카오 환불 처리 리스트
|
||||
public void kakaoFailPayBack() throws Exception {
|
||||
|
||||
//카카오 알림톡 환불 처리
|
||||
kakaoAlimTalkService.selectKakaoAtSentRefundList();
|
||||
|
||||
//카카오 친구톡 환불 처리
|
||||
kakaoAlimTalkService.selectKakaoFtSentRefundList();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -1674,6 +1674,17 @@ function goToKakaoTestPopUp(){
|
||||
}
|
||||
|
||||
|
||||
function msgResultLink(){
|
||||
var reserYn = $("input[name=reserYn]:checked").val(); // 예약 발송 여부 확인
|
||||
if(reserYn == 'Y'){
|
||||
|
||||
location.href="/web/mjon/reservmsg/selectReservKaKaoView.do";
|
||||
|
||||
}else{
|
||||
location.href="/web/kakao/sent/selectKakaoSentView.do";
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<!-- 로딩바 -->
|
||||
@ -1831,7 +1842,7 @@ function goToKakaoTestPopUp(){
|
||||
<th>광고포함 여부</th>
|
||||
<td>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_Y" value="Y" <c:if test="${resultTemplateVO.adFlag eq 'Y'}">checked</c:if> ><label for="ad_Y">광고성 정보 포함</label>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_N" value="N" <c:if test="${resultTemplateVO.adFlag eq 'N'}">checked</c:if> ><label for="ad_N">포함 안함</label>
|
||||
<%-- <input type="radio" class="inputAdFlag" name="ad_flag" id="ad_N" value="N" <c:if test="${resultTemplateVO.adFlag eq 'N'}">checked</c:if> ><label for="ad_N">포함 안함</label> --%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -720,9 +720,8 @@ $(document).on('click', '.symbolButton, .changeWord', function (){
|
||||
<tr>
|
||||
<th>광고포함 여부</th>
|
||||
<td>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_Y" value="Y" <c:if test="${resultTemplateVO.adFlag eq 'Y'}">checked</c:if> ><label for="ad_Y">광고성 정보
|
||||
포함</label>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_N" value="N" <c:if test="${resultTemplateVO.adFlag eq 'N'}">checked</c:if> ><label for="ad_N">포함 안함</label>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_Y" value="Y" <c:if test="${resultTemplateVO.adFlag eq 'Y'}">checked</c:if> ><label for="ad_Y">광고성 정보 포함</label>
|
||||
<%-- <input type="radio" class="inputAdFlag" name="ad_flag" id="ad_N" value="N" <c:if test="${resultTemplateVO.adFlag eq 'N'}">checked</c:if> ><label for="ad_N">포함 안함</label> --%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -665,9 +665,8 @@ $(document).on('click', '.symbolButton, .changeWord', function (){
|
||||
<tr>
|
||||
<th>광고포함 여부</th>
|
||||
<td>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_Y" value="Y" checked><label for="ad_Y">광고성 정보
|
||||
포함</label>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_N" value="N"><label for="ad_N">포함 안함</label>
|
||||
<input type="radio" class="inputAdFlag" name="ad_flag" id="ad_Y" value="Y" checked><label for="ad_Y">광고성 정보 포함</label>
|
||||
<!-- <input type="radio" class="inputAdFlag" name="ad_flag" id="ad_N" value="N"><label for="ad_N">포함 안함</label> -->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user