优化通道更新逻辑

This commit is contained in:
648540858
2021-12-28 18:54:50 +08:00
parent 7241e0d2d2
commit 726963ba77
12 changed files with 14444 additions and 39 deletions

View File

@@ -73,7 +73,6 @@ public class StreamPushServiceImpl implements IStreamPushService {
result.put(key, streamPushItem);
}
}
}
return new ArrayList<>(result.values());