Commit 14307d41 authored by unset's avatar unset

添加通知信息

parent 608453bf
......@@ -169,7 +169,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
log.info("回调处理查询支付订单信息: {}", old);
int num = mapper.updateByExampleSelective(orderPay, example);
ObjectRestResponse objectRestResponse = websiteFeign.updateOrderStatus(new OrderInfo(){{setOrderNo(old.getOrderNo());setPayStatus(2);}});
log.info("================{}", objectRestResponse);
log.info("================{}, {}", objectRestResponse.getMessage(), objectRestResponse.getStatus());
}
/**
......
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