Commit 98dd9f76 authored by 赵啸非's avatar 赵啸非

添加生成markdown

parent e2210eb0
...@@ -1729,7 +1729,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter ...@@ -1729,7 +1729,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
String genFilePath = matterQuery.getGenFilePath(); String genFilePath = matterQuery.getGenFilePath();
String path = ""; String path = "";
if (ObjectUtils.isEmpty(genFilePath)) { if (!ObjectUtils.isEmpty(genFilePath)) {
path = genFilePath + fileName; path = genFilePath + fileName;
} else { } else {
path = "E:\\md\\" + fileName; path = "E:\\md\\" + fileName;
......
...@@ -38,7 +38,7 @@ POST {{baseUrl}}/matter/genMatterMarkdown ...@@ -38,7 +38,7 @@ POST {{baseUrl}}/matter/genMatterMarkdown
Content-Type: application/json Content-Type: application/json
{"areaCode": "510100000000", {"areaCode": "510100000000",
"genFilePath": "E:\\md\\", "genFilePath": "/home/md/",
"isSub": 1 "isSub": 1
} }
......
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