Commit 80fe4521 by xiaoer.li@freemud.com

Merge branch 'feature/2.1.11-支付超时回调直接退款' into qa

parents 7f1151f5 08b50c26
......@@ -1273,7 +1273,7 @@ public class OrderServiceImpl implements Orderservice {
}
QueryOrdersResponseDto.DataBean.OrderBean orderBean = orderBeans.get(OrderBeanType.SAASORDER.getCode());
if (!PayStatus.NOT_PAY.getCode().equals(orderBean.getPayStatus())){
if (OrderStatus.CALCEL.getCode().equals(orderBean.getStatus())){
this.timeOutRefund(orderBean);
}
return ResponseUtil.success();
......
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