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)
.payAmount(totalAccountAmount)
.payTime(new Date())
.payMode(PayModeEnum.PAYMENT_OF_BALANCE.getValue())
.payMode(OrderPayModeEnum.PAYMENT_OF_BALANCE.getValue())
.orderAmount(BigDecimal.ZERO)
.build();
// 根据桩编码查询当前计费模板