mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-02 21:18:05 +08:00
update 支付方式
This commit is contained in:
@@ -1492,7 +1492,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
.payStatus(Constants.ONE)
|
.payStatus(Constants.ONE)
|
||||||
.payAmount(totalAccountAmount)
|
.payAmount(totalAccountAmount)
|
||||||
.payTime(new Date())
|
.payTime(new Date())
|
||||||
.payMode(PayModeEnum.PAYMENT_OF_BALANCE.getValue())
|
.payMode(OrderPayModeEnum.PAYMENT_OF_BALANCE.getValue())
|
||||||
.orderAmount(BigDecimal.ZERO)
|
.orderAmount(BigDecimal.ZERO)
|
||||||
.build();
|
.build();
|
||||||
// 根据桩编码查询当前计费模板
|
// 根据桩编码查询当前计费模板
|
||||||
|
|||||||
@@ -1006,8 +1006,6 @@ public class LianLianServiceImpl implements LianLianService {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO 推送订单对账结果信息 check_charge_orders
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO 请求打印充电小票
|
* TODO 请求打印充电小票
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user