aris导入编号、描述属性类型错误调整

This commit is contained in:
446052889@qq.com 2022-07-20 16:29:16 +08:00
parent 9ea775a926
commit fd980562b0
2 changed files with 2 additions and 2 deletions

View File

@ -569,7 +569,7 @@ public class ArisXmlImportRun {
attrNumberObj.put("scope", attributeModel.getScope());
attrNumberObj.put("name", attributeModel.getTitle());
attrNumberObj.put("id", attributeModel.getKey());
attrNumberObj.put("textarea", attributeModel.getType());
attrNumberObj.put("type", attributeModel.getType());
attrNumberObj.put("groupPath", attributeModel.getGroupPath());
attrNumberObj.put("desc", attributeModel.getDesc());
@ -600,7 +600,7 @@ public class ArisXmlImportRun {
attrDescObj.put("scope", attributeModel.getScope());
attrDescObj.put("name", attributeModel.getTitle());
attrDescObj.put("id", attributeModel.getKey());
attrDescObj.put("textarea", attributeModel.getType());
attrDescObj.put("type", attributeModel.getType());
attrDescObj.put("groupPath", attributeModel.getGroupPath());
attrDescObj.put("desc", attributeModel.getDesc());