--- src/main/java/itn/let/cert/ip/service/CertIpService.java
+++ src/main/java/itn/let/cert/ip/service/CertIpService.java
... | ... | @@ -1,15 +1,6 @@ |
| 1 | 1 |
package itn.let.cert.ip.service; |
| 2 | 2 |
|
| 3 |
-import java.util.List; |
|
| 4 |
- |
|
| 5 |
-import itn.let.lett.service.LetterVO; |
|
| 6 | 3 |
import itn.let.mail.service.StatusResponse; |
| 7 |
-import itn.let.mjo.addr.service.AddrVO; |
|
| 8 |
-import itn.let.mjo.msg.service.MjonMsgVO; |
|
| 9 |
-import itn.let.sym.site.service.JoinSettingVO; |
|
| 10 |
-import itn.let.uat.uia.service.MberCertPhoneVO; |
|
| 11 |
-import itn.let.uat.uia.web.SendLogVO; |
|
| 12 |
-import itn.let.uss.umt.service.MberManageVO; |
|
| 13 | 4 |
|
| 14 | 5 |
public interface CertIpService {
|
| 15 | 6 |
|
--- src/main/java/itn/let/uat/uia/web/EgovMypageController.java
+++ src/main/java/itn/let/uat/uia/web/EgovMypageController.java
... | ... | @@ -2951,7 +2951,6 @@ |
| 2951 | 2951 |
|
| 2952 | 2952 |
LoginVO loginVO = EgovUserDetailsHelper.isAuthenticated()? (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser():null; |
| 2953 | 2953 |
if(loginVO == null) {
|
| 2954 |
- //redirectAttributes.addFlashAttribute("message", "문자온 서비스는 로그인 후 이용 가능합니다.");
|
|
| 2955 | 2954 |
return "redirect:/web/user/login/login.do"; |
| 2956 | 2955 |
} |
| 2957 | 2956 |
|
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?