From 70c5c82a33a7169f17519d43b7c16516c2b4b9d0 Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Tue, 14 Nov 2023 10:11:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=96=87=E6=A1=A3=E6=8B=86=E5=88=86):=2078?= =?UTF-8?q?342?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documenttool/service/impl/DocumentSplitServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/documenttool/service/impl/DocumentSplitServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/laws/documenttool/service/impl/DocumentSplitServiceImpl.java index 7a129b51..172c7558 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/documenttool/service/impl/DocumentSplitServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/documenttool/service/impl/DocumentSplitServiceImpl.java @@ -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);