fix(文档拆分): 78342
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user