mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update finalize ykc offline fix baseline
This commit is contained in:
@@ -165,7 +165,11 @@ public class PileChannelEntity {
|
||||
if (!StringUtils.equals(currentChannelId, expectedChannelId)) {
|
||||
return false;
|
||||
}
|
||||
return manager.remove(pileSn, currentCtx);
|
||||
boolean removed = manager.remove(pileSn, currentCtx);
|
||||
if (removed) {
|
||||
channelIdToPileSnMap.remove(expectedChannelId);
|
||||
}
|
||||
return removed;
|
||||
}
|
||||
|
||||
public static List<String> getPileSnListSnapshot() {
|
||||
|
||||
Reference in New Issue
Block a user