|
|
@ -2138,6 +2138,7 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InvoiceFile invoiceFile = invoiceFileMapper.selectInvoiceFileById(id); |
|
|
|
InvoiceFile invoiceFile = invoiceFileMapper.selectInvoiceFileById(id); |
|
|
|
|
|
|
|
|
|
|
|
if (BeanUtil.isEmpty(invoiceFile) || StrUtil.isEmpty(invoiceFile.getFileContent())) { |
|
|
|
if (BeanUtil.isEmpty(invoiceFile) || StrUtil.isEmpty(invoiceFile.getFileContent())) { |
|
|
|
return R.failed("发票未查询到!"); |
|
|
|
return R.failed("发票未查询到!"); |
|
|
|
} |
|
|
|
} |
|
|
|