Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
-1
@@ -1073,7 +1073,7 @@ public class DocumentSplitServiceImpl implements IDocumentSplitService {
|
||||
try (InputStream in = resource.getInputStream()) {
|
||||
// 导出文件
|
||||
filePath = exportExcelTempPath + File.separator + "条款导入模板";
|
||||
String excelFilePath = filePath + File.separator + "clauseImport.xlsx";
|
||||
String excelFilePath = filePath + File.separator + "条款导入模板.xlsx";
|
||||
writeToLocal(excelFilePath, in);
|
||||
ZipUtil.toZip(filePath, response.getOutputStream(), response, true);
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user