数据迁移校验图形属性时问题修改
This commit is contained in:
parent
19b5d9bd07
commit
2cabd75966
@ -362,7 +362,7 @@ public class ArisXmlImportWeb extends ActionWeb {
|
||||
}
|
||||
for (String attrId : attrs) {
|
||||
String text = attrMap2.containsKey(attrId) ? attrMap2.get(attrId).getNewTitle() : attrId;
|
||||
if (!attrMap.containsKey(attrId)) {
|
||||
if (!attrMap2.containsKey(attrId)) {
|
||||
String msg = Constant.LOG_ERROR + "[" + methodName + "]中的形状[" + shapeText + "]属性[" + text + "]不存在,请检查相应属性配置," + Constant.IMPORT_STOP_MSG;
|
||||
updateErrLog(msg, msg);
|
||||
return ResponseObject.newErrResponse("[" + methodName + "]中的形状[" + shapeText + "]属性[" + text + "]不存在");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user