This commit is contained in:
2023-06-25 15:12:29 +08:00
parent 020d9c10d5
commit d3982f81d1
2 changed files with 1 additions and 2 deletions

View File

@@ -457,7 +457,7 @@ public class PileBillingTemplateServiceImpl implements IPileBillingTemplateServi
@Override
public List<BillingPriceVO> queryBillingPrice(String stationId) {
// 查询站点当前计费模板
// 查询站点当前计费模板 有缓存
BillingTemplateVO billingTemplateVO = queryUsedBillingTemplate(stationId);
if (billingTemplateVO == null) {
return Lists.newArrayList();

View File

@@ -411,7 +411,6 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService {
@Override
public List<ConnectorInfoVO> selectConnectorInfoList(String pileSn) {
// 查询充电桩型号信息
// PileModelInfoVO pileModelInfoVO = pileModelInfoService.getPileModelInfoByPileSn(pileSn);
PileBasicInfo pileBasicInfo = pileBasicInfoService.selectPileBasicInfoBySN(pileSn);
PileModelInfoVO pileModelInfoVO = pileModelInfoService.getPileModelInfoByModelId(pileBasicInfo.getModelId());