Commit cc56cc58 by guojuxing

开票申请校验调整

parent 5a1fa4c9
......@@ -204,6 +204,7 @@ public class BillingPayInfoController {
params.setShippingName(invoiceDTO.getShippingName());
params.setShippingAddress(invoiceDTO.getShippingAddress());
params.setShippingPhone(invoiceDTO.getShippingPhone());
params.setBusinessLicense(invoiceDTO.getBusinessLicense());
ServiceResponse invoice = invoiceManageApiService.applyInvoice(params);
if (invoice.isSuccess()) {
ServiceResponse updateInvoiceStatus = billingPayInfoApiService.updateInvoiceStatus(serialNumbers);
......
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