Merge remote-tracking branch 'origin/master'

This commit is contained in:
yjz
2024-08-20 16:21:00 +08:00
5 changed files with 10 additions and 1 deletions
@@ -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) {