|
|
@@ -303,6 +303,7 @@ public class TraineeBusiness {
|
|
|
if (RedisUtils.getCacheObject(key) != null) {
|
|
|
LinkedBlockingQueue<String> concurrentLinkedQueue = RedisUtils.getCacheObject(key);
|
|
|
String roomCode = concurrentLinkedQueue.poll();
|
|
|
+ log.info("[安排房间]-[{}]",roomCode);
|
|
|
if (ObjectUtil.isNotEmpty(roomCode)) {
|
|
|
bo.setRoomCode(roomCode);
|
|
|
RedisUtils.setCacheObject(key, concurrentLinkedQueue);
|