浏览代码

修复画板数据入库

Eric 2 年之前
父节点
当前提交
7ff391e074
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/WsConnectServiceImpl.java

+ 1 - 2
mec-biz/src/main/java/com/ym/mec/biz/service/impl/WsConnectServiceImpl.java

@@ -65,8 +65,7 @@ public class WsConnectServiceImpl implements WsConnectService {
                 .andSessionIdEqualTo(sessionId)
                 .andRoomIdEqualTo(roomId)
                 .andUserIdEqualTo(Long.parseLong(userId))
-                .andClientTypeEqualTo(clientType)
-                .andDisconnectTimeIsNull();
+                .andClientTypeEqualTo(clientType);
 
         List<WsConnectRecordInfo> recordInfos = wsConnectRecordInfoMapper.selectByExample(example);
         if (CollectionUtils.isEmpty(recordInfos)) {