Commit 5bd63a31 authored by unset's avatar unset

添加通知信息

parent 877ce751
......@@ -1060,9 +1060,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> {
old.setPayStatus(2);
old.setPayTime(new Date());
updateSelectiveByIdRe(old);
return thirdFeign.updateStatus(new OrderPay() {{
setOrderNo(old.getOrderNo());
}});
return ObjectRestResponse.succ();
}
}
\ No newline at end of file
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