Commit dab34983 by giaogiao

退出登陆logout,清除设备token

parent 4d57c4c0
...@@ -92,7 +92,7 @@ public class ImClientServiceImpl extends BaseServiceImpl<ImClientMapper, ImClien ...@@ -92,7 +92,7 @@ public class ImClientServiceImpl extends BaseServiceImpl<ImClientMapper, ImClien
.set(ImClient::getDeviceToken, null) .set(ImClient::getDeviceToken, null)
); );
return true; return update;
} }
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment