|
|
@ -161,6 +161,7 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|
|
|
|
log.info("底账表执行更新操作"); |
|
|
|
// TdxRecordInvoice recordInvoiceUpdate = new TdxRecordInvoice();
|
|
|
|
// TdxRecordInvoice recordInvoiceUpdate = new TdxRecordInvoice();
|
|
|
|
// recordInvoiceUpdate.setQsDate(DateUtils.getSqlDateLong());
|
|
|
|
// recordInvoiceUpdate.setQsDate(DateUtils.getSqlDateLong());
|
|
|
|
// recordInvoiceUpdate.setQsName(userName);
|
|
|
|
// recordInvoiceUpdate.setQsName(userName);
|
|
|
@ -510,7 +511,7 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
invoice.setInvoiceCode(invoiceCode); |
|
|
|
invoice.setInvoiceCode(invoiceCode); |
|
|
|
invoice.setInvoiceNo(invoiceNo); |
|
|
|
invoice.setInvoiceNo(invoiceNo); |
|
|
|
} |
|
|
|
} |
|
|
|
log.info("getRecordInvoice.invoice",invoice); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
invoice.setUuid(uuid); |
|
|
|
invoice.setUuid(uuid); |
|
|
|
if ("1".equals(queryInvoiceResult.getString("state"))) { |
|
|
|
if ("1".equals(queryInvoiceResult.getString("state"))) { |
|
|
@ -600,6 +601,7 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
invoice.setInvoiceSource("0"); |
|
|
|
invoice.setInvoiceSource("0"); |
|
|
|
} |
|
|
|
} |
|
|
|
invoice.setScanId(queryInvoiceResult.getString("scanId")); |
|
|
|
invoice.setScanId(queryInvoiceResult.getString("scanId")); |
|
|
|
|
|
|
|
log.info("getRecordInvoice.invoice{}",invoice); |
|
|
|
return invoice; |
|
|
|
return invoice; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|