|
|
|
@ -523,7 +523,8 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService { |
|
|
|
|
debugLog("断点12", uuid, timestamp); |
|
|
|
|
// 上传文件到oss
|
|
|
|
|
String defaultStorage = configService.selectConfigByKey("default_storage"); |
|
|
|
|
// TODO: 2023/10/23 中交建暂时关闭
|
|
|
|
|
// 2023/11/16 kk:上传OSS转下载地址关闭,改为直接返回大象的文件流
|
|
|
|
|
invoice.setInvoicePdfUrl(ddfpxx.getPDFZJL()); |
|
|
|
|
/*if (StringUtils.isNotEmpty(defaultStorage) && StringUtils.isEmpty(invoice.getInvoicePdfUrl())) { |
|
|
|
|
try { |
|
|
|
|
IStorageService service = storageFactory.getStorageInstance(defaultStorage); |
|
|
|
|