Merge branch 'wyh'
@24c24a97468dccb43d865bdaf7e2c67910c40454
--- src/main/java/itn/let/sym/log/clg/service/EgovLoginLogAspect.java
+++ src/main/java/itn/let/sym/log/clg/service/EgovLoginLogAspect.java
... | ... | @@ -49,9 +49,7 @@ |
| 49 | 49 |
LoginVO user = (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser(); |
| 50 | 50 |
uniqId = user.getUniqId(); |
| 51 | 51 |
//uniqId = user.getId(); |
| 52 |
-// ip = user.getIp(); |
|
| 53 |
- InetAddress ipAddress = InetAddress.getLocalHost(); |
|
| 54 |
- ip = ipAddress.toString(); |
|
| 52 |
+ ip = user.getIp(); |
|
| 55 | 53 |
} |
| 56 | 54 |
|
| 57 | 55 |
LoginLog loginLog = new LoginLog(); |
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?