친구톡 치환데이터 선택 금액 오류 수정

This commit is contained in:
hehihoho3@gmail.com 2025-05-14 15:23:46 +09:00
parent 76277e289c
commit 75bc2e6773
2 changed files with 4 additions and 2 deletions

View File

@ -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());

View File

@ -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());
}