Commit ce3327b7 by xiaoer.li@freemud.com

fix

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