|
|
|
@ -1662,6 +1662,10 @@ public class InvoicePoolServiceImpl implements InvoicePoolService { |
|
|
|
|
update.setStatusUpdateDate(new Date()); |
|
|
|
|
} |
|
|
|
|
update.setCompCode(infos.getCompCode()); |
|
|
|
|
// 报账单号 报账人
|
|
|
|
|
update.setBzdh(infos.getBzdh()); |
|
|
|
|
update.setBzr(infos.getBzr()); |
|
|
|
|
|
|
|
|
|
TDxInvoiceSales tDxInvoiceSales = new TDxInvoiceSales(); |
|
|
|
|
tDxInvoiceSales.setQsDate(new Date()); |
|
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_WRITE); |
|
|
|
@ -1813,6 +1817,10 @@ public class InvoicePoolServiceImpl implements InvoicePoolService { |
|
|
|
|
invoice.setCheckCode(info.getCheckCode()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 报账单号 报账人
|
|
|
|
|
invoice.setBzdh(info.getBzdh()); |
|
|
|
|
invoice.setBzr(info.getBzr()); |
|
|
|
|
|
|
|
|
|
invoice.setSourceSystem("1"); |
|
|
|
|
invoice.setValid("1"); |
|
|
|
|
invoice.setQsDate(new Date()); |
|
|
|
|