Commit 1bef08f3 by zhangkb

加入导入标签元数据接口

parent d6597727
......@@ -61,7 +61,8 @@ public class TagFileService {
importLog.setCreator(userName);
importLog.setDept(dept);
mongoOperations.save(importLog);
new Thread(new TagMetadataImportExecutor(userName, userId, dept,idPath,dimensionType,tagType,
file, importLog)).start();
return "ok";
}
......
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