Merge remote-tracking branch 'origin/apps_dev' into apps_dev

This commit is contained in:
3120626891@qq.com 2022-07-20 16:33:12 +08:00
commit c3d9d2b34e
5 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());