mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 19:47:56 +08:00
解析交易记录
This commit is contained in:
@@ -201,8 +201,11 @@ public class PileMsgRecordServiceImpl implements IPileMsgRecordService {
|
|||||||
String startTime = jsonObject.getString("startTime");
|
String startTime = jsonObject.getString("startTime");
|
||||||
// 结束时间
|
// 结束时间
|
||||||
String endTime = jsonObject.getString("endTime");
|
String endTime = jsonObject.getString("endTime");
|
||||||
|
// 枪口编号
|
||||||
|
String pileConnectorCode = jsonObject.getString("pileSn") + jsonObject.getString("connectorCode");
|
||||||
|
|
||||||
return "订单号:" + orderCode + ", " +
|
return "订单号:" + orderCode + ", " +
|
||||||
|
"枪口编号:" + pileConnectorCode + ", " +
|
||||||
"充电度数:" + totalElectricity + ", " +
|
"充电度数:" + totalElectricity + ", " +
|
||||||
"消费金额:" + consumptionAmount + ", " +
|
"消费金额:" + consumptionAmount + ", " +
|
||||||
"开始时间:" + startTime + ", " +
|
"开始时间:" + startTime + ", " +
|
||||||
|
|||||||
Reference in New Issue
Block a user