IP 체크 원복
This commit is contained in:
parent
be4ff425d7
commit
83695b6b74
@ -49,9 +49,7 @@ public class EgovLoginLogAspect {
|
||||
LoginVO user = (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser();
|
||||
uniqId = user.getUniqId();
|
||||
//uniqId = user.getId();
|
||||
// ip = user.getIp();
|
||||
InetAddress ipAddress = InetAddress.getLocalHost();
|
||||
ip = ipAddress.toString();
|
||||
ip = user.getIp();
|
||||
}
|
||||
|
||||
LoginLog loginLog = new LoginLog();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user