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:
@@ -225,12 +225,16 @@ public class PileMsgRecordServiceImpl implements PileMsgRecordService {
|
|||||||
// 枪口编号
|
// 枪口编号
|
||||||
String pileConnectorCode = jsonObject.getString("pileSn") + jsonObject.getString("connectorCode");
|
String pileConnectorCode = jsonObject.getString("pileSn") + jsonObject.getString("connectorCode");
|
||||||
|
|
||||||
|
String stopReason = jsonObject.getString("stopReasonMsg");
|
||||||
|
|
||||||
return "订单号:" + orderCode + ", " +
|
return "订单号:" + orderCode + ", " +
|
||||||
"交易流水号:" + transactionCode + ", " +
|
"交易流水号:" + transactionCode + ", " +
|
||||||
"枪口编号:" + pileConnectorCode + ", " +
|
"枪口编号:" + pileConnectorCode + ", " +
|
||||||
"充电度数:" + totalElectricity + ", " +
|
"充电度数:" + totalElectricity + ", " +
|
||||||
"消费金额:" + consumptionAmount + ", " +
|
"消费金额:" + consumptionAmount + ", " +
|
||||||
"开始时间:" + startTime + ", " +
|
"开始时间:" + startTime + ", " +
|
||||||
"结束时间:" + endTime;
|
"结束时间:" + endTime + ", " +
|
||||||
|
"停止原因:" + stopReason
|
||||||
|
;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user