记得上下班打卡 | git大法好,push需谨慎

Commit 2b6de450 authored by 胡佳晨's avatar 胡佳晨

现金支付返回实际金额

parent 6bb8cede
...@@ -507,7 +507,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -507,7 +507,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
preParam.setPayType("POS_CRASH"); preParam.setPayType("POS_CRASH");
payCode = "POS_CRASH_PAY_CODE"; payCode = "POS_CRASH_PAY_CODE";
payInnerResultVo = GoblinPayInnerResultVo.getNew(); payInnerResultVo = GoblinPayInnerResultVo.getNew();
payInnerResultVo.setPrice(BigDecimal.valueOf(0)); payInnerResultVo.setPrice(preParam.getPriceActual());
payInnerResultVo.setPayType(preParam.getPayType()); payInnerResultVo.setPayType(preParam.getPayType());
}else { }else {
isFree = true; isFree = true;
......
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