mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 20:17:59 +08:00
打印日志
This commit is contained in:
@@ -200,13 +200,17 @@ public class PileService {
|
|||||||
all.join();
|
all.join();
|
||||||
all.get();
|
all.get();
|
||||||
List<ConnectorInfoVO> connectorInfoList = connectorInfoListFuture.get();
|
List<ConnectorInfoVO> connectorInfoList = connectorInfoListFuture.get();
|
||||||
|
// List<ConnectorInfoVO> connectorInfoList = pileConnectorInfoService.selectConnectorInfoList(pileSn);
|
||||||
log.info("查询充电枪口详情-connectorInfoList:{}", JSON.toJSONString(connectorInfoList));
|
log.info("查询充电枪口详情-connectorInfoList:{}", JSON.toJSONString(connectorInfoList));
|
||||||
// PileStationVO pileStationVO = pileStationVOFuture.get();
|
// PileStationVO pileStationVO = pileStationVOFuture.get();
|
||||||
MerchantInfoVO merchantInfoVO = merchantInfoVOFuture.get();
|
MerchantInfoVO merchantInfoVO = merchantInfoVOFuture.get();
|
||||||
log.info("查询充电枪口详情-merchantInfoVO:{}", JSON.toJSONString(connectorInfoList));
|
// List<BillingPriceVO> billingPriceVOS= pileBillingTemplateService.queryBillingPrice(pileInfoVO.getStationId());
|
||||||
|
log.info("查询充电枪口详情-merchantInfoVO:{}", JSON.toJSONString(merchantInfoVO));
|
||||||
List<BillingPriceVO> billingPriceVOS = billingPriceFuture.get();
|
List<BillingPriceVO> billingPriceVOS = billingPriceFuture.get();
|
||||||
|
// MerchantInfoVO merchantInfoVO = pileMerchantInfoService.getMerchantInfoVO(pileInfoVO.getMerchantId());
|
||||||
log.info("查询充电枪口详情-billingPriceVOS:{}", JSON.toJSONString(billingPriceVOS));
|
log.info("查询充电枪口详情-billingPriceVOS:{}", JSON.toJSONString(billingPriceVOS));
|
||||||
|
|
||||||
|
|
||||||
AppletPileDetailVO vo = AppletPileDetailVO.builder()
|
AppletPileDetailVO vo = AppletPileDetailVO.builder()
|
||||||
.pileInfo(pileInfoVO)
|
.pileInfo(pileInfoVO)
|
||||||
.connectorInfoList(connectorInfoList)
|
.connectorInfoList(connectorInfoList)
|
||||||
|
|||||||
Reference in New Issue
Block a user