Commit 8641ca98 by zhangkb

修改标签元数据导入接口

parent a01d5a9c
...@@ -270,7 +270,6 @@ public class TagFileService { ...@@ -270,7 +270,6 @@ public class TagFileService {
importLog.appendErrorMsg(String.format("第%s行, 元数据名为[%s]的元数据不存在", importLog.appendErrorMsg(String.format("第%s行, 元数据名为[%s]的元数据不存在",
tagMetadata.getRowNum(), tagMetadata.getMetaName())); tagMetadata.getRowNum(), tagMetadata.getMetaName()));
hasOtherFail = true; hasOtherFail = true;
continue;
}else { }else {
successIds.add(meta.get("_id").toString()); successIds.add(meta.get("_id").toString());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment