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