123
This commit is contained in:
@@ -138,6 +138,9 @@ public class RoomCheckJobService {
|
||||
userCallService.update(Wrappers.lambdaUpdate(UserCall.class)
|
||||
.eq(UserCall::getId,roomId)
|
||||
.set(UserCall::getStatus, RoomStatusEnums.STATUS_TIMEOUT_CANCEL.getCode()));
|
||||
List<String> keys = roomCtxCache.getSessionKeysByRoomId(roomId);
|
||||
WsR hangUp = WsRMsgGen.hangup("接听超时", roomId, HangUpEnums.TIMEOUT.getCode());
|
||||
RoomWebSocketUtil.sendSendMessage(keys, hangUp);
|
||||
SettleResp settleResp = settleService.processOn(roomId);
|
||||
nextCreateJob = settleResp.isNextRun();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user