Commit 877ce751 authored by unset's avatar unset

添加通知信息

parent 9bda3442
...@@ -1061,7 +1061,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> { ...@@ -1061,7 +1061,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> {
old.setPayTime(new Date()); old.setPayTime(new Date());
updateSelectiveByIdRe(old); updateSelectiveByIdRe(old);
return thirdFeign.updateStatus(new OrderPay() {{ return thirdFeign.updateStatus(new OrderPay() {{
old.getOrderNo(); setOrderNo(old.getOrderNo());
}}); }});
} }
......
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