Merge branch 'wyh'
This commit is contained in:
commit
24c24a9746
@ -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