mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
Merge branch 'dev' of https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web into dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user