|
|
@ -150,7 +150,8 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
if (kprq != null) { |
|
|
|
if (kprq != null) { |
|
|
|
recordInvoice.setInvoiceDate(sdf.format(kprq)); |
|
|
|
recordInvoice.setInvoiceDate(sdf.format(kprq)); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
recordInvoice.setInvoiceDate(new Date().toString()); |
|
|
|
String format = sdf.format(new Date()); |
|
|
|
|
|
|
|
recordInvoice.setInvoiceDate(format); |
|
|
|
log.error("开票日期为空.请检查发票"); |
|
|
|
log.error("开票日期为空.请检查发票"); |
|
|
|
} |
|
|
|
} |
|
|
|
recordInvoice.setInvoiceCode(fpdm); |
|
|
|
recordInvoice.setInvoiceCode(fpdm); |
|
|
|