数据迁移,制度导入起止标志修改。

This commit is contained in:
lihongyu 2022-08-23 13:18:11 +08:00
parent a643d10f53
commit e30d117925
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ public class WordUtilXWPF {
if (shapefirst != null && type == 0) {
isstart = false;
}
if ("内容*".equals(para.getParagraphText() ) && isstart ){//&& numlevel == null && isstart) {
if ("内容**".equals(para.getParagraphText() ) && isstart ){//&& numlevel == null && isstart) {
isstart = false;
continue;
}
@ -312,7 +312,7 @@ public class WordUtilXWPF {
if (paratmp.getParagraphText().matches("附件\\d{1,}")) {
islast = true;
}
if ("正文结束*".equals(para.getParagraphText())) {
if ("相关文件**".equals(para.getParagraphText())) {
islast = true;
isend = true;
}