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 d1d6e886..b781c7e0 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 f7931c09..87453531 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 @@ -125,7 +125,6 @@ public class WordUtilXWPF { try { //file = new File(filePath); elements.clear(); - elements.put(shapefirst.getString("id"), shapefirst); XWPFDocument doc = new XWPFDocument(inputStream); JSONArray onlinedata = new JSONArray(); if (shapefirst == null || shapefirst.size() == 0) { @@ -145,6 +144,7 @@ public class WordUtilXWPF { shapeze.put("p", 0); onlinedata.add(shapeze); } else { + elements.put(shapefirst.getString("id"), shapefirst); shapefirst.put("next", true); shapefirst.put("p", 0); onlinedata.add(shapefirst);