Commit 64738aa7 by 徐康

修复bug

parent 4c8397a6
...@@ -215,7 +215,7 @@ public class OrderAdapter { ...@@ -215,7 +215,7 @@ public class OrderAdapter {
.accountId("") .accountId("")
.name("啡常月享卡") .name("啡常月享卡")
.price(shoppingCartGoodsDto.getPayCardFee()) .price(shoppingCartGoodsDto.getPayCardFee())
.accountType(QueryOrderAccountType.MCCAFE_MONTH_CARD) .accountType(QueryOrderAccountType.WITH_ORDER_BUY_COUPON_FEE)
.sequence(orderAccountIndex++) .sequence(orderAccountIndex++)
.productId(createOrderVo.getCardKeyCode()) .productId(createOrderVo.getCardKeyCode())
.build(); .build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment