diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index 904e9ffa..c36605b4 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java index 1de6cdec..a04a0761 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java @@ -4309,7 +4309,7 @@ public class CoeDesignerWeb extends ActionWeb { fileUtil.copyDefaultVersion(srcPath, relationFileId, targetPath, lastplModel.getId()); // 获取新旧节点关联关系 - final Map mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), true); + final Map mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), false); // 处理流程属性 String property = CoePropertyUtil.getPropertyValue(relationFileId + "_attr"); if (!UtilString.isEmpty(property)) { @@ -4513,7 +4513,7 @@ public class CoeDesignerWeb extends ActionWeb { fileUtil.copyDefaultVersion(srcPath, relationFileId, targetPath, lastplModel.getId()); // 获取新旧节点关联关系 - final Map mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), true); + final Map mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), false); // 处理流程属性 String property = CoePropertyUtil.getPropertyValue(relationFileId + "_attr"); if (!UtilString.isEmpty(property)) {