Commit fba74fc5 by jinfeng.wang

init tree_tag

parent 850235bd
......@@ -82,10 +82,10 @@ public class TreeTagController {
logger.info("上传成功");
treeTagDao.delete();
if (treeTagService.writeToMysql(dest)) {
return "上传成功";
String execId = execAZ();
return "上传成功,execId == >> " + execId;
}
} catch (IOException e) {
} catch (IOException | URISyntaxException e) {
logger.error(e.toString(), e);
}
return "上传失败!";
......
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