This commit is contained in:
xiang2lin 2025-04-23 16:25:00 +08:00
commit 4a9eaed674
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