This commit is contained in:
77
2024-04-16 02:49:59 +08:00
parent e954422abe
commit af8b7e8c1b
2 changed files with 11 additions and 1 deletions

View File

@@ -142,7 +142,6 @@ public class RoomService {
return roomData.getHangupTime() - roomData.getBeginTime();
}
return DateUtil.currentSeconds() - beginTime;
}
public Long canCallTime(Room room) {