路径后面增加:

This commit is contained in:
hecan 2025-04-23 16:24:30 +08:00
parent 3e0f30bcc0
commit e5a6499efe
1 changed files with 2 additions and 2 deletions

View File

@ -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