IT系统图导入获取数据属性列表方法修改

This commit is contained in:
anhc 2022-07-07 10:39:15 +08:00
parent a94b875ddb
commit f2ad3a081d
2 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ public class DataMigrationWeb extends ActionWeb {
shape.put("text", shapeName);
//图形的数据属性配置
List<PALMethodAttributeModel> attributeModels = PALRepositoryAPIManager.getInstance().getValidAttributeModels(wsId, importModel.getMethodId());
List<PALMethodAttributeModel> attributeModels = CoeDesignerShapeAPIManager.getInstance().getAllValidShapeAttributeModels(wsId, importModel.getMethodId());
for (PALMethodAttributeModel attributeModel : attributeModels) {
Integer propertyIndex = titleMap.get(attributeModel.getTitle());