mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-26 01:31:46 +08:00
修改 jar包问题
This commit is contained in:
parent
bf68ca74fd
commit
dfb3769c40
@ -75,7 +75,7 @@ public class DefaultSessionManager implements SessionManager{
|
||||
{
|
||||
for(String key:sessions.keySet())
|
||||
{
|
||||
if(sessions.get(key).equals(ios) || sessions.get(key).getId()==ios.getId())
|
||||
if(sessions.get(key).equals(ios) || sessions.get(key).getNid()==ios.getNid())
|
||||
{
|
||||
return key;
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user