Commit 97c8186c by xiaoer.li@freemud.com

fix:svc fmId

parent c01e9d62
......@@ -191,7 +191,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
}
QueryOrdersResponseDto.DataBean.OrderBean orderBean = orderBeans.get(OrderBeanType.SAASORDER.getCode());
// 混合支付失败,取消订单
if (message.getResult_code().equals(ResponseCodeConstant.RESPONSE_SUCCESS)) {
if (!message.getResult_code().equals(ResponseCodeConstant.RESPONSE_SUCCESS)) {
return orderService.cannelComPayOrder(confirmOrderDto, orderBean);
}
if (!PayStatus.NOT_PAY.getCode().equals(orderBean.getPayStatus())){
......
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