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