|
|
@ -1661,6 +1661,7 @@ public class InvoicePoolServiceImpl implements InvoicePoolService { |
|
|
|
update.setInvoiceStatus(infos.getInvoiceStatus()); |
|
|
|
update.setInvoiceStatus(infos.getInvoiceStatus()); |
|
|
|
update.setStatusUpdateDate(new Date()); |
|
|
|
update.setStatusUpdateDate(new Date()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
update.setCompCode(infos.getCompCode()); |
|
|
|
TDxInvoiceSales tDxInvoiceSales = new TDxInvoiceSales(); |
|
|
|
TDxInvoiceSales tDxInvoiceSales = new TDxInvoiceSales(); |
|
|
|
tDxInvoiceSales.setQsDate(new Date()); |
|
|
|
tDxInvoiceSales.setQsDate(new Date()); |
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_WRITE); |
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_WRITE); |
|
|
|