update 添加每日对时定时任务

This commit is contained in:
Guoqs
2026-03-21 10:30:03 +08:00
parent 0e763d4fe2
commit 1b1d5fd81f
4 changed files with 104 additions and 2 deletions

View File

@@ -152,6 +152,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;