错误的import
This commit is contained in:
parent
b658941045
commit
a44f86b7a3
@ -993,7 +993,7 @@ public class XhpcChargingStationServiceImpl implements IXhpcChargingStationServi
|
||||
Set<String> set = xhpcChargingStationMapper.getXchargingPileList(chargingStationId);
|
||||
if (set != null && set.size() > 0) {
|
||||
if (status == 0) {
|
||||
//添加场站下面的所有桩
|
||||
//添加场站下面的所有桩 todo add version :wenhui
|
||||
//powerPileService.addPileWhitelist(chargingStationId, set);
|
||||
} else {
|
||||
//删除场站下面的所有桩
|
||||
|
||||
@ -24,9 +24,11 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import static cn.hutool.core.util.NumberUtil.isInteger;
|
||||
import static com.xhpc.common.data.redis.StaticBeanUtil.REDIS;
|
||||
import static com.xhpc.pp.server.ChargingPileServer.default_version;
|
||||
import static com.xhpc.pp.utils.HexUtils.*;
|
||||
import static com.xhpc.pp.utils.HexUtils.reverseHexInt;
|
||||
import static com.xhpc.pp.utils.HexUtils.toBits;
|
||||
import static com.xhpc.pp.utils.security.CacheDataUtils.reflectTranslate;
|
||||
|
||||
@Lazy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user