Commit 3dfd7d5e authored by neo's avatar neo

[bugfix] add ; for api

parent e0c409be
......@@ -81,7 +81,7 @@ public class InputInvoiceImportController {
}
private int getDownloadFilePath(InputInvoicePreviewQueryParam paras, OutputStream outputStream) {
List<InputInvoice> list = inputInvoiceDataImportService.getInputInvoiceTreeViewData(paras).get().collect(Collectors.toList())
List<InputInvoice> list = inputInvoiceDataImportService.getInputInvoiceTreeViewData(paras).get().collect(Collectors.toList());
if (list.size() == 0) {
return 0;
}
......
.*
rebel.xml
!.gitignore
!.mvn
/tmp
/temp
/target
/build
/logs
/bin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment