|
|
@ -468,11 +468,11 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
|
|
|
|
|
|
|
|
invoice.setInvoiceType(invoiceType); |
|
|
|
invoice.setInvoiceType(invoiceType); |
|
|
|
if (FplxEnum.QDZZP.getFplxDm().equals(invoiceType) || FplxEnum.QDPP.getFplxDm().equals(invoiceType)) { |
|
|
|
if (FplxEnum.QDZZP.getFplxDm().equals(invoiceType) || FplxEnum.QDPP.getFplxDm().equals(invoiceType)) { |
|
|
|
invoice.setInvoiceNo(uuid); |
|
|
|
invoice.setEleInvoiceNo(uuid); |
|
|
|
} else { |
|
|
|
} |
|
|
|
invoice.setInvoiceCode(invoiceCode); |
|
|
|
invoice.setInvoiceCode(invoiceCode); |
|
|
|
invoice.setInvoiceNo(invoiceNo); |
|
|
|
invoice.setInvoiceNo(invoiceNo); |
|
|
|
} |
|
|
|
|
|
|
|
invoice.setUuid(uuid); |
|
|
|
invoice.setUuid(uuid); |
|
|
|
if ("1".equals(queryInvoiceResult.getString("state"))) { |
|
|
|
if ("1".equals(queryInvoiceResult.getString("state"))) { |
|
|
|
invoice.setInvoiceStatus(FpztEnum.ZF.getFpztDm(FpztEnum.ZF.getIndex())); |
|
|
|
invoice.setInvoiceStatus(FpztEnum.ZF.getFpztDm(FpztEnum.ZF.getIndex())); |
|
|
|