解决同步升版角色图关联模型未带出问题
This commit is contained in:
parent
7d938636e6
commit
5e099e480d
Binary file not shown.
@ -4309,7 +4309,7 @@ public class CoeDesignerWeb extends ActionWeb {
|
||||
fileUtil.copyDefaultVersion(srcPath, relationFileId, targetPath, lastplModel.getId());
|
||||
|
||||
// 获取新旧节点关联关系
|
||||
final Map<String, String> mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), true);
|
||||
final Map<String, String> 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<String, String> mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), true);
|
||||
final Map<String, String> mapNewUUID1 = createShapeIdRelation(PALRepositoryCache.getCache().get(relationFileId), false);
|
||||
// 处理流程属性
|
||||
String property = CoePropertyUtil.getPropertyValue(relationFileId + "_attr");
|
||||
if (!UtilString.isEmpty(property)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user