Commit e2210eb0 authored by 赵啸非's avatar 赵啸非

添加生成markdown

parent 2f9645df
...@@ -253,6 +253,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe ...@@ -253,6 +253,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
for (String subAreaCode : subAreaCodeList) { for (String subAreaCode : subAreaCodeList) {
MatterQuery matterEntity = new MatterQuery(); MatterQuery matterEntity = new MatterQuery();
matterEntity.setAreaCode(subAreaCode); matterEntity.setAreaCode(subAreaCode);
matterEntity.setGenFilePath(query.getGenFilePath());
this.service.genMatterMarkdown(matterEntity, getContext()); this.service.genMatterMarkdown(matterEntity, getContext());
} }
}else{ }else{
......
...@@ -37,7 +37,11 @@ Content-Type: application/json ...@@ -37,7 +37,11 @@ Content-Type: application/json
POST {{baseUrl}}/matter/genMatterMarkdown POST {{baseUrl}}/matter/genMatterMarkdown
Content-Type: application/json Content-Type: application/json
{"areaCode": "511600000000"} {"areaCode": "510100000000",
"genFilePath": "E:\\md\\",
"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