|
@ -191,7 +191,7 @@ public class FinancialTaxInvoiceServiceImpl implements IFinancialTaxInvoiceServi |
|
|
financialTaxInvoice.setUsdTaxSum(BigDecimal.valueOf(sysSalesOrder.getUsdTaxSum())); |
|
|
financialTaxInvoice.setUsdTaxSum(BigDecimal.valueOf(sysSalesOrder.getUsdTaxSum())); |
|
|
financialTaxInvoice.setNoUsdSum(BigDecimal.valueOf(sysSalesOrder.getNoUsdSum())); |
|
|
financialTaxInvoice.setNoUsdSum(BigDecimal.valueOf(sysSalesOrder.getNoUsdSum())); |
|
|
SysCustomerVo sysCustomerVo = sysCustomerMapper.selectSysCustomerByEnterpriseCode(sysSalesOrder.getEnterpriseCode()); |
|
|
SysCustomerVo sysCustomerVo = sysCustomerMapper.selectSysCustomerByEnterpriseCode(sysSalesOrder.getEnterpriseCode()); |
|
|
financialTaxInvoice.setInvoiceCompanyCode(sysCustomerVo.getInvoicingCustomerName()); |
|
|
financialTaxInvoice.setInvoiceCompanyCode(sysCustomerVo.getInvoiceCode()); |
|
|
financialTaxInvoice.setInvoiceCompanyName(sysCustomerVo.getInvoicingCompanyName()); |
|
|
financialTaxInvoice.setInvoiceCompanyName(sysCustomerVo.getInvoicingCompanyName()); |
|
|
financialTaxInvoice.setBankAccount(sysCustomerVo.getBankAccount()); |
|
|
financialTaxInvoice.setBankAccount(sysCustomerVo.getBankAccount()); |
|
|
financialTaxInvoice.setDepositBank(sysCustomerVo.getDepositBank()); |
|
|
financialTaxInvoice.setDepositBank(sysCustomerVo.getDepositBank()); |
|
|