mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 00:08:35 +08:00
update 保存异常订单
This commit is contained in:
@@ -1009,6 +1009,10 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
orderBasicInfo.setPayTime(null);
|
orderBasicInfo.setPayTime(null);
|
||||||
// 订单金额
|
// 订单金额
|
||||||
orderBasicInfo.setOrderAmount(new BigDecimal(data.getConsumptionAmount()));
|
orderBasicInfo.setOrderAmount(new BigDecimal(data.getConsumptionAmount()));
|
||||||
|
// 虚拟金额
|
||||||
|
orderBasicInfo.setSettleAmount(new BigDecimal(data.getConsumptionAmount()));
|
||||||
|
// 结算金额
|
||||||
|
orderBasicInfo.setSettleAmount(BigDecimal.ZERO);
|
||||||
// 充电开始时间
|
// 充电开始时间
|
||||||
orderBasicInfo.setChargeStartTime(DateUtils.parseDate(data.getStartTime()));
|
orderBasicInfo.setChargeStartTime(DateUtils.parseDate(data.getStartTime()));
|
||||||
// 充电结束时间
|
// 充电结束时间
|
||||||
|
|||||||
Reference in New Issue
Block a user