Commit 4f61fc70 authored by 赵啸非's avatar 赵啸非

添加窗口文件字段

parent e0d31bc2
......@@ -228,7 +228,7 @@ public class WindowBusinessServiceImpl extends AbstractCRUDServiceImpl<WindowBus
//查询数据库
pageInfo = new PageInfo();
pageInfo.setPrePageResult(-1);
result = this.dao.getList(new WindowBusinessQuery().siteBusinessId(siteBusinessId), pageInfo);
result = this.dao.getList(new WindowBusinessQuery().windowId(windowId), pageInfo);
this.findAfter(entity, pageInfo, context, result.getList());
//无查询结果的不做保存
if (!ObjectUtils.isEmpty(result.getList())) {
......
......@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json
{
"areaCode": "511900000000"
"areaCode": "511124000000"
}
......@@ -63,7 +63,7 @@ POST http://10.141.38.234:11078/base/base/area/genSubAreaByAreaName
Content-Type: application/json
{
"areaCode": "511523000000"
"areaCode": ""
}
###同步事项数据
......
......@@ -29,7 +29,7 @@ Content-Type: application/json
POST {{baseUrl}}/matter/genMatterTxt
Content-Type: application/json
{}
{"areaCode": "511124000000"}
###生成文本1
......
......@@ -146,7 +146,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
Content-Type: application/json
{
"id":52
"id":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