친구톡 치환데이터 선택 금액 오류 수정
This commit is contained in:
parent
76277e289c
commit
75bc2e6773
@ -72,7 +72,7 @@ public class KakaoFriendsTalkServiceImpl extends EgovAbstractServiceImpl implem
|
||||
|
||||
// log.info(" + kakaoVO.toString() :: [{}]", kakaoVO.toString());
|
||||
|
||||
log.info(" + kakaoVO.toString() :: [{}]", kakaoVO.ftToString());
|
||||
// log.info(" + kakaoVO.toString() :: [{}]", kakaoVO.ftToString());
|
||||
|
||||
|
||||
|
||||
|
||||
@ -997,7 +997,9 @@ function fn_sendMsgData(){
|
||||
$('#callFrom').val($('#callFromList').val())
|
||||
}
|
||||
$("#subMsgSendYn").val(subMsgSendYn);
|
||||
$("#subMsgTxt").val( $('#smsTxtArea').val());
|
||||
if(subMsgSendYn == 'Y'){
|
||||
$("#subMsgTxt").val( $('#smsTxtArea').val());
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user