IT系统图导入获取数据属性列表方法修改
This commit is contained in:
parent
a94b875ddb
commit
f2ad3a081d
Binary file not shown.
@ -270,7 +270,7 @@ public class DataMigrationWeb extends ActionWeb {
|
|||||||
shape.put("text", shapeName);
|
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) {
|
for (PALMethodAttributeModel attributeModel : attributeModels) {
|
||||||
|
|
||||||
Integer propertyIndex = titleMap.get(attributeModel.getTitle());
|
Integer propertyIndex = titleMap.get(attributeModel.getTitle());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user