mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
打印日志
This commit is contained in:
@@ -157,6 +157,8 @@ public class PileService {
|
||||
* 前端扫码跳转接口
|
||||
*/
|
||||
public AppletPileDetailVO getPileDetailByPileSn(String param) throws Exception{
|
||||
AppletPileDetailVO vo = null;
|
||||
try {
|
||||
log.info("查询充电枪口详情-getPileDetailByPileSn, param:{}", param);
|
||||
if (StringUtils.isBlank(param)) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
|
||||
@@ -211,13 +213,17 @@ public class PileService {
|
||||
log.info("查询充电枪口详情-billingPriceVOS:{}", JSON.toJSONString(billingPriceVOS));
|
||||
|
||||
|
||||
AppletPileDetailVO vo = AppletPileDetailVO.builder()
|
||||
vo = AppletPileDetailVO.builder()
|
||||
.pileInfo(pileInfoVO)
|
||||
.connectorInfoList(connectorInfoList)
|
||||
.merchantInfo(merchantInfoVO)
|
||||
.stationInfo(stationInfo)
|
||||
.billingPriceList(billingPriceVOS)
|
||||
.build();
|
||||
} catch (Exception e) {
|
||||
log.error("查询充电枪详情error", e);
|
||||
}
|
||||
|
||||
return vo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user