diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java index d88afadfa..96d7188bc 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java @@ -457,7 +457,7 @@ public class PileBillingTemplateServiceImpl implements IPileBillingTemplateServi @Override public List queryBillingPrice(String stationId) { - // 查询站点当前计费模板 + // 查询站点当前计费模板 有缓存 BillingTemplateVO billingTemplateVO = queryUsedBillingTemplate(stationId); if (billingTemplateVO == null) { return Lists.newArrayList(); diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java index 50a9e2922..80d20c413 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java @@ -411,7 +411,6 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService { @Override public List selectConnectorInfoList(String pileSn) { // 查询充电桩型号信息 - // PileModelInfoVO pileModelInfoVO = pileModelInfoService.getPileModelInfoByPileSn(pileSn); PileBasicInfo pileBasicInfo = pileBasicInfoService.selectPileBasicInfoBySN(pileSn); PileModelInfoVO pileModelInfoVO = pileModelInfoService.getPileModelInfoByModelId(pileBasicInfo.getModelId());