提交 faa82e50 编写于 作者: terrfly's avatar terrfly

解决聚合扫码下单异常的问题;

上级 f8f5fe46
......@@ -89,6 +89,7 @@ public abstract class AbstractPayOrderController extends ApiController {
payOrder.setWayCode(wayCode); // 需要将订单更新 支付方式
bizRQ.setMchNo(payOrder.getMchNo());
bizRQ.setAppId(payOrder.getAppId());
bizRQ.setMchOrderNo(payOrder.getMchOrderNo());
bizRQ.setWayCode(wayCode);
bizRQ.setAmount(payOrder.getAmount());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册