mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 添加每日对时定时任务
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user