소스 검색

修复画板数据入库

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)) {