diff --git a/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar b/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar index f6d222d2..d107f056 100644 Binary files a/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar and b/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar differ diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/WordUtilXWPF.java b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/WordUtilXWPF.java index fba5ae00..eead919f 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/WordUtilXWPF.java +++ b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/WordUtilXWPF.java @@ -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; }