아이디찾기 휴대폰/이메일 찾기 일부 결과값 오류 수정
@bdec570848578cb1339a1416b491dbbd63ac82bb
--- src/main/java/itn/let/uat/uia/web/EgovLoginController.java
+++ src/main/java/itn/let/uat/uia/web/EgovLoginController.java
... | ... | @@ -3172,6 +3172,8 @@ |
| 3172 | 3172 |
* */ |
| 3173 | 3173 |
UserManageVO userInfoVO = new UserManageVO(); |
| 3174 | 3174 |
userInfoVO.setEmplyrNm(userManageVO.getEmplyrNm()); // 이름 |
| 3175 |
+ userInfoVO.setMoblphonNo(userManageVO.getMoblphonNo()); // 휴대폰번호 |
|
| 3176 |
+ userInfoVO.setEmailAdres(userManageVO.getEmailAdres()); // 이메일주소 |
|
| 3175 | 3177 |
userInfoVO.setMblDn(userManageVO.getMblDn()); // Dn |
| 3176 | 3178 |
|
| 3177 | 3179 |
String isFullUserid = "Y"; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?