数据迁移,制度导入起止标志修改。
This commit is contained in:
parent
a643d10f53
commit
e30d117925
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user