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 af46eab0..e0ae96a3 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/Constant.java b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/Constant.java index 5e75d60e..0e8ff928 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/Constant.java +++ b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/util/readword/Constant.java @@ -26,8 +26,8 @@ public class Constant { "{\"title\":\"适用范围\",\"type\":\"application\"}," + "{\"title\":\"版本\",\"type\":\"versions\"}," + "{\"title\":\"生效日期\",\"type\":\"effective_date\"}," + - "{\"title\":\"修订内容及理由\",\"type\":\"Contents_and_reasons_for_revision\"}" + - "]"; + "{\"title\":\"修订内容及理由\",\"type\":\"Contents_and_reasons_for_revision\"}," + + "{\"title\":\"拟制/修订单位\",\"type\":\"Drafted_and_revised_Company\"}]"; // 构造连线时的几个固定参数 public final static double ANGLE_RIGHT = 0; public final static double ANGLE_DOWN = 1.5707963267948968;