提交 ac28a726 作者: chenshiqiang

excel export

上级 ad9ea009
......@@ -734,6 +734,7 @@ class KnowledgeServiceImpl implements IKnowledgeService {
public String comprocessByName(List<String> fileNameList, String downloadFileName) {
List<File> fileList = new ArrayList<File>();
for (String fileName : fileNameList) {
log.info("file path:{}",fileName);
fileList.add(new File(fileName));
}
return comprocessByFile(fileList, downloadFileName);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论