Commit 01e750c9 authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev' into dev

parents 99f0ee13 34a1520a
......@@ -914,7 +914,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> {
orderEInvoice.setContentTitle(orderInfoDto.getInvoiceContent());
}
orderEInvoiceBiz.addUpdate(orderEInvoice);
orderInfo.setInvoiceStatus(2);
orderInfo.setInvoiceStatus(1);
orderInfo.setInvoiceId(orderEInvoice.getId());
}
}
......
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