Commit 4d88d587 authored by unset's avatar unset

添加通知信息

parent b5f2fd53
...@@ -415,7 +415,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> { ...@@ -415,7 +415,7 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> {
orderEInvoice.setContentTitle(orderInfoDto.getInvoiceContent()); orderEInvoice.setContentTitle(orderInfoDto.getInvoiceContent());
} }
orderEInvoiceBiz.addUpdate(orderEInvoice); orderEInvoiceBiz.addUpdate(orderEInvoice);
orderInfo.setInvoiceStatus(2); orderInfo.setInvoiceStatus(1);
orderInfo.setInvoiceId(orderEInvoice.getId()); orderInfo.setInvoiceId(orderEInvoice.getId());
Dictionary dictionary = thirdFeign.findDictionaryByTypeAndCode(DictionaryKey.APP_ORDER, DictionaryKey.SEND_FEE); Dictionary dictionary = thirdFeign.findDictionaryByTypeAndCode(DictionaryKey.APP_ORDER, DictionaryKey.SEND_FEE);
if (dictionary != null && StringUtils.isNotBlank(dictionary.getDetail())) { if (dictionary != null && StringUtils.isNotBlank(dictionary.getDetail())) {
......
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