注释批量导入桩

This commit is contained in:
yuyang 2021-10-21 15:29:51 +08:00
parent cbb4bc6c96
commit bc59e2deb3

View File

@ -994,10 +994,10 @@ public class XhpcChargingStationServiceImpl implements IXhpcChargingStationServi
if (set != null && set.size() > 0) { if (set != null && set.size() > 0) {
if (status == 0) { if (status == 0) {
//添加场站下面的所有桩 //添加场站下面的所有桩
powerPileService.addPileWhitelist(chargingStationId, set); //powerPileService.addPileWhitelist(chargingStationId, set);
} else { } else {
//删除场站下面的所有桩 //删除场站下面的所有桩
powerPileService.deletePileWhitelist(chargingStationId, set); //powerPileService.deletePileWhitelist(chargingStationId, set);
} }
} }
} }