|
@@ -540,7 +540,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
calculateInfor.setCustomId(noCarWayBill.getCustomerName());
|
|
calculateInfor.setCustomId(noCarWayBill.getCustomerName());
|
|
calculateInfor.setBuyerName(invoiceProcessingListModel.getBuyerName());
|
|
calculateInfor.setBuyerName(invoiceProcessingListModel.getBuyerName());
|
|
calculateInfor.setBuyerTaxpayerCode(invoiceProcessingListModel.getBuyerTaxpayerCode());
|
|
calculateInfor.setBuyerTaxpayerCode(invoiceProcessingListModel.getBuyerTaxpayerCode());
|
|
- calculateInfor.setInvoiceMakeTime(invoiceProcessingListModel.getInvoiceMakeTime());
|
|
|
|
|
|
+ calculateInfor.setInvoiceMakeTime(billInvoice.getInvoiceMakeTime());
|
|
calculateInfor.setTradeId(billInvoice.getTransactionId());
|
|
calculateInfor.setTradeId(billInvoice.getTransactionId());
|
|
NoCarCalculateInfor noCarCalculateInfor = calculateInforMapper.selectByTradeId(billInvoice.getTransactionId());
|
|
NoCarCalculateInfor noCarCalculateInfor = calculateInforMapper.selectByTradeId(billInvoice.getTransactionId());
|
|
if(noCarCalculateInfor!=null){
|
|
if(noCarCalculateInfor!=null){
|