|
@@ -86,7 +86,7 @@ public class IMChatLoginServiceProcessor implements LoginCmdProcessor {
|
|
|
|
|
|
transaction = jedis.multi();
|
|
|
|
|
|
- TransactionKit.beginTransation();
|
|
|
+
|
|
|
|
|
|
String token = loginReqBody.getToken();
|
|
|
User user = null;
|
|
@@ -96,7 +96,7 @@ public class IMChatLoginServiceProcessor implements LoginCmdProcessor {
|
|
|
loginRespBody = this.disposeLoginData(user);
|
|
|
|
|
|
|
|
|
- TransactionKit.commit();
|
|
|
+
|
|
|
|
|
|
transaction.exec();
|
|
|
}else{
|