|
@ -150,7 +150,7 @@ class SocketHandler {
|
|
|
doctorClient.password = data.password;
|
|
|
doctorClient.clientType = data.clientType;
|
|
|
doctorClient.sessionId = data.sessionId||"";
|
|
|
doctorClient.userType = data.userType||"teacher";
|
|
|
doctorClient.userType = data.userType||"";
|
|
|
clientCache.addClient(doctorClient);
|
|
|
onlineCache.addUser(data.userId,doctorClient.userType);
|
|
|
//修改医生在线状态
|