|
|
|
@ -709,6 +709,11 @@ public class ElephantInvoiceApiV6DxhyServiceImpl implements IInvoiceApiService { |
|
|
|
|
saveFileUseLocal(invoice, ddfpxx); |
|
|
|
|
}else if (Constants.STRING_3.equals(type)){ |
|
|
|
|
saveFileUseMinio(invoice,ddfpxx,companyservice); |
|
|
|
|
}else if (Constants.STRING_4.equals(type)){ |
|
|
|
|
// 寿仙谷,直接返回税局地址
|
|
|
|
|
invoice.setInvoicePdfUrl( ddfpxx.getSDEWMURL() ); |
|
|
|
|
|
|
|
|
|
saveFileUseLocal(invoice, ddfpxx); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|