발신번호 기업>직원 등록시 회원담당자명과 일치여부 체크로직 제거
@378a69ba911b991b072120f0f0da4fcb9dfa5dc5
--- src/main/java/itn/let/uat/uia/web/EgovMypageController.java
+++ src/main/java/itn/let/uat/uia/web/EgovMypageController.java
... | ... | @@ -2011,6 +2011,7 @@ |
| 2011 | 2011 |
} |
| 2012 | 2012 |
} |
| 2013 | 2013 |
else {
|
| 2014 |
+ /* |
|
| 2014 | 2015 |
// 기업회원>직원 인경우 |
| 2015 | 2016 |
if("c".equals(mberManageVO.getDept())) {
|
| 2016 | 2017 |
//법인회원 일 경우 |
... | ... | @@ -2025,7 +2026,8 @@ |
| 2025 | 2026 |
System.out.println("휴대폰인증 => 기업회원(직원) 직원이름 : " + managerNm);
|
| 2026 | 2027 |
System.out.println("휴대폰인증 => 기업회원(직원) 인증이름 : " + kmcVO.getName().trim());
|
| 2027 | 2028 |
System.out.println("휴대폰인증 => 기업회원(직원) resultNameChk : " + resultNameChk);
|
| 2028 |
- } |
|
| 2029 |
+ } |
|
| 2030 |
+ */ |
|
| 2029 | 2031 |
} |
| 2030 | 2032 |
System.out.println("END 휴대폰인증");
|
| 2031 | 2033 |
|
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?