Commit f408b6ad by ping.wu

现金支付价格不对修改

parent 5ce655b3
...@@ -249,7 +249,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService { ...@@ -249,7 +249,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService {
payItem.setPayChannelType(PayChannelType.ALIPAY.getIndex().intValue()); payItem.setPayChannelType(PayChannelType.ALIPAY.getIndex().intValue());
payItem.setPayChannelName(PayChannelType.ALIPAY.getName()); payItem.setPayChannelName(PayChannelType.ALIPAY.getName());
} }
payItem.setPayAmount(new BigDecimal(integralPrice)); payItem.setPayAmount(new BigDecimal(cashPrice));
payItem.setFmTradeNo(fmId); payItem.setFmTradeNo(fmId);
orderPayItemList.add(payItem); orderPayItemList.add(payItem);
} }
......
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