注释批量导入桩
This commit is contained in:
parent
cbb4bc6c96
commit
bc59e2deb3
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user