Commit 6607ceed by 周晓航

创建订单 临时保存 payChannel 的信息

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 41b3d988
......@@ -224,7 +224,7 @@ public class OrderBusinessServiceImpl implements OrderBusinessService {
// AssortOrderLogUtil.info("fisherman 请求基础服务,最终构建 04",config!=null?JSON.toJSONString(config):null);
// fisherman 创建订单 extinfo 存储 信息,有数上报需要使用, 更新接口直接重新覆盖就行
request.setExtInfo(this.getTempExtInfoMsg(config.getOpenId(),config.getBaseCreateOrderRequest().getAppId()));
if (request.getSettlementAmount()==null && request.getSettlementAmount()== 0L) {
if (request.getSettlementAmount() != null && request.getSettlementAmount()== 0L) {
// 0元支付,先进行设置 因为订单会先存一个 payChannl
PayChannelType channelType = PayChannelType.ZERO;
request.setPayChannelType(channelType.getIndex());
......
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