fix(文档拆分): 78342

This commit is contained in:
yjz
2023-11-14 10:11:17 +08:00
parent 88e2014e91
commit 70c5c82a33
@@ -756,8 +756,8 @@ public class DocumentSplitServiceImpl implements IDocumentSplitService {
// 填充说明
Cell cell = headerRowTwo.createCell(0);
String explain = "模版说明:\n" +
"1. 条文号必填,条文标题和条文内容非必填\n" +
"2. 仅支持zip格式文件夹";
"1.条款号不能为空\n" +
"2.仅支持zip格式文件夹";
CellStyle cellStyleTwo = workbook.createCellStyle();
cellStyleTwo.setWrapText(true);