Commit 13a08f40 by 蒋小洋

开票人余培栩

parent bf9bce8c
......@@ -133,7 +133,7 @@ public class OrderInvoiceAdapter {
request.setPushChannelType(null);
request.setInvoiceTypeCode(InvoiceTypeCodeEnum.getBwType(orderInvoiceConfig.getInvoiceType()));
request.setInvoiceNo(UUID.randomUUID().toString().replaceAll("-", ""));
request.setDrawer(createRequest.getDrawer());
request.setDrawer("余培栩");
request.setPriceTaxMark(CommonsConstant.CONSTANTS_ZERO_STRING); //含税标记,不含税
// 订单商品明细
......
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