This commit is contained in:
Lemon
2026-03-21 10:36:28 +08:00
4 changed files with 104 additions and 2 deletions

View File

@@ -168,6 +168,10 @@ public class PileChannelEntity {
return manager.remove(pileSn, currentCtx);
}
public static List<String> getPileSnListSnapshot() {
return new ArrayList<>(manager.keySet());
}
public static void removeByChannelId(String channelId){
if (StringUtils.isBlank(channelId)) {
return;