Commit 55086622 by xiaoer.li@freemud.com

modify:test渠道

parent e1bae5dd
...@@ -234,7 +234,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService { ...@@ -234,7 +234,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
return orderService.cannelComPayOrder(confirmOrderDto, orderBean); return orderService.cannelComPayOrder(confirmOrderDto, orderBean);
} }
//若是app订单超时回调了 订单已取消则做退款处理 //若是app订单超时回调了 订单已取消则做退款处理
if (OrderStatus.CALCEL.equals(orderBean.getStatus()) && OrderSourceType.APP.getCode().equals(orderBean.getSource())) { if (OrderStatus.CALCEL.equals(orderBean.getStatus()) && OrderSourceType.SAAS.getCode().equals(orderBean.getSource())) {
orderService.timeOutRefund(orderBean); orderService.timeOutRefund(orderBean);
return orderAdapter.sendPaySuccessNoticeMessage(); return orderAdapter.sendPaySuccessNoticeMessage();
} }
......
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