From d3982f81d1fce6c6c13851fa7469881e81dfa5b2 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Sun, 25 Jun 2023 15:12:29 +0800 Subject: [PATCH] update --- .../pile/service/impl/PileBillingTemplateServiceImpl.java | 2 +- .../jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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());