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