주석 문구수정

This commit is contained in:
JSYOO 2021-09-10 16:23:45 +09:00
parent 00aa740d62
commit ead67ce59c

View File

@ -714,7 +714,7 @@ public class MemberController extends NlibCommonController{
String encodedText=null; String encodedText=null;
//ID 핸드폰 번호 일치하는지 확인 //ID 일치하는지 확인
if(loginVO!=null && loginVO.getLoginUserId().equals(vo.getLoginUserId())) if(loginVO!=null && loginVO.getLoginUserId().equals(vo.getLoginUserId()))
{ {
String reciver = vo.getLoginUserId(); //받을사람의 이메일입니다.-> naver nate 등등 String reciver = vo.getLoginUserId(); //받을사람의 이메일입니다.-> naver nate 등등