update 支付方式

This commit is contained in:
Lemon
2023-05-22 16:18:47 +08:00
parent 14e872d97f
commit 4890717e17
2 changed files with 1 additions and 3 deletions

View File

@@ -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();
// 根据桩编码查询当前计费模板 // 根据桩编码查询当前计费模板

View File

@@ -1006,8 +1006,6 @@ public class LianLianServiceImpl implements LianLianService {
return result; return result;
} }
// TODO 推送订单对账结果信息 check_charge_orders
/** /**
* TODO 请求打印充电小票 * TODO 请求打印充电小票
*/ */