Merge branch 'ht' of http://ufidahz.com.cn:9015/hzya/kangarooDataCenterV3 into ht
This commit is contained in:
commit
4a9eaed674
|
@ -58,9 +58,9 @@ public class InvoiceServiceImpl extends BaseService<InvoiceEntity, String> imple
|
|||
@Value("${zt.url}")
|
||||
private String url;
|
||||
|
||||
@Value("${invoice_pdf.url}")
|
||||
@Value("${invoice_pdf.url:}")
|
||||
private String invoicePdfUrl;
|
||||
@Value("${invoice_ofd.url}")
|
||||
@Value("${invoice_ofd.url:}")
|
||||
private String invoiceOfdUrl;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue