mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user