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 07b5e610..490e0a03 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/manifest.xml b/com.actionsoft.apps.coe.pal.datamigration/manifest.xml index 92749a40..4f2e48b7 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/manifest.xml +++ b/com.actionsoft.apps.coe.pal.datamigration/manifest.xml @@ -3,7 +3,7 @@ PAL数据迁移 1.0 - 17 + 24 北京炎黄盈动科技发展有限责任公司 false diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java index e9bb7c76..ab20ae62 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java +++ b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java @@ -130,6 +130,19 @@ public class ArisXmlImportRun { // 获取所有PAL EPC的模型 Map palArisPropValMap = ProcessUtil.getPalRepositoryArisPathMap(wsId); + LogUtil.appendLog("\n" + Constant.LOG_START + "开始查询PAL流程清单的所有ARIS地址属性内容", fullLogFile); + for (Map.Entry entry : palArisPropValMap.entrySet()) { + LogUtil.appendLog("名称:---" + PALRepositoryCache.getCache().get(entry.getKey()).getName() + "---,ARIS地址:----" + entry.getValue() + "----", fullLogFile); + } + + LogUtil.appendLog("\n" + Constant.LOG_END + "开始查询PAL流程清单的所有ARIS地址属性内容", fullLogFile); + + + + + + + // 获取所有ARISEPC的模型 List arisEpcModelList = ArisXmlUtil.getArisEpcModelList(modelMap, true);