错误的import

This commit is contained in:
ZZ 2021-10-21 16:33:09 +08:00
parent b658941045
commit a44f86b7a3
2 changed files with 4 additions and 2 deletions

View File

@ -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 {
//删除场站下面的所有桩

View File

@ -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