路径后面增加:
This commit is contained in:
parent
3e0f30bcc0
commit
e5a6499efe
|
@ -58,9 +58,9 @@ public class InvoiceServiceImpl extends BaseService<InvoiceEntity, String> imple
|
||||||
@Value("${zt.url}")
|
@Value("${zt.url}")
|
||||||
private String url;
|
private String url;
|
||||||
|
|
||||||
@Value("${invoice_pdf.url}")
|
@Value("${invoice_pdf.url:}")
|
||||||
private String invoicePdfUrl;
|
private String invoicePdfUrl;
|
||||||
@Value("${invoice_ofd.url}")
|
@Value("${invoice_ofd.url:}")
|
||||||
private String invoiceOfdUrl;
|
private String invoiceOfdUrl;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue