첫결제(카드결제 제외)시 JJ 전용전송사 변경기능 제거
This commit is contained in:
parent
3377ee78cb
commit
8156264009
@ -579,6 +579,7 @@ public class EgovUserManageServiceImpl extends EgovAbstractServiceImpl implement
|
||||
// 업데이트
|
||||
userManageDAO.updateUserSmishingYn(userManageVO);
|
||||
|
||||
/*
|
||||
// B선 전송사 이용고객 => 전송사 JJ로 변경안함
|
||||
MberManageVO mberManageVO = new MberManageVO();
|
||||
mberManageVO.setMberId(userManageVO.getMberId());
|
||||
@ -590,6 +591,7 @@ public class EgovUserManageServiceImpl extends EgovAbstractServiceImpl implement
|
||||
mberManageVO.setAdmUserId("admin");
|
||||
mjonMsgAgentStsService.updateMberHotlineAgentCodeInfo(mberManageVO);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// 알림톡 스미싱의심 온/오프
|
||||
|
||||
Loading…
Reference in New Issue
Block a user