|
@@ -299,6 +299,7 @@ public class TraineeBusiness {
|
|
|
*/
|
|
*/
|
|
|
private void assignRoomToTrainee(YcTraineeBo bo) {
|
|
private void assignRoomToTrainee(YcTraineeBo bo) {
|
|
|
Long teamId = bo.getTeamId();
|
|
Long teamId = bo.getTeamId();
|
|
|
|
|
+ log.info("[团队Id]-[{}]",teamId);
|
|
|
String key = CacheNames.CLASS_ROOM + "_" + teamId;
|
|
String key = CacheNames.CLASS_ROOM + "_" + teamId;
|
|
|
if (RedisUtils.getCacheObject(key) != null) {
|
|
if (RedisUtils.getCacheObject(key) != null) {
|
|
|
LinkedBlockingQueue<String> concurrentLinkedQueue = RedisUtils.getCacheObject(key);
|
|
LinkedBlockingQueue<String> concurrentLinkedQueue = RedisUtils.getCacheObject(key);
|