친구톡,알림톡 at_smishing_yn 데이터 null 방지 추가
This commit is contained in:
parent
321bb9adeb
commit
21e0d52168
@ -135,6 +135,7 @@ public class KakaoSendUtil {
|
||||
// 사용자 개인 단가 정보 불러오기
|
||||
MberManageVO mberManageVO = mjonMsgDataService.selectMberManageInfo(kakaoVO.getUserId());
|
||||
|
||||
kakaoVO.setAtSmishingYn(mberManageVO.getAtSmishingYn());
|
||||
|
||||
float shortPrice = getValidPrice(mberManageVO.getShortPrice(), sysJoinSetVO.getShortPrice());
|
||||
float longPrice = getValidPrice(mberManageVO.getLongPrice(), sysJoinSetVO.getLongPrice());
|
||||
@ -354,7 +355,8 @@ public class KakaoSendUtil {
|
||||
MberManageVO mberManageVO = mjonMsgDataService.selectMberManageInfo(kakaoVO.getUserId());
|
||||
// 시스템 기본 단가 정보 불러오기
|
||||
JoinSettingVO sysJoinSetVO = mjonMsgDataService.selectJoinSettingInfo();
|
||||
|
||||
|
||||
kakaoVO.setAtSmishingYn(mberManageVO.getAtSmishingYn());
|
||||
|
||||
// 치환 문구가 있는지 확인
|
||||
Boolean replaceYN = MsgSendUtils.getReplaceYN(templateContent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user