Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
4f61fc70
Commit
4f61fc70
authored
Mar 17, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加窗口文件字段
parent
e0d31bc2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
base-manager/src/main/java/com/mortals/xhx/module/window/service/impl/WindowBusinessServiceImpl.java
...module/window/service/impl/WindowBusinessServiceImpl.java
+1
-1
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
.../java/com/mortals/httpclient/base/BaseAreaController.http
+2
-2
base-manager/src/test/java/com/mortals/httpclient/matter/MatterController.http
.../java/com/mortals/httpclient/matter/MatterController.http
+1
-1
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
...test/java/com/mortals/httpclient/site/SiteController.http
+1
-1
No files found.
base-manager/src/main/java/com/mortals/xhx/module/window/service/impl/WindowBusinessServiceImpl.java
View file @
4f61fc70
...
@@ -228,7 +228,7 @@ public class WindowBusinessServiceImpl extends AbstractCRUDServiceImpl<WindowBus
...
@@ -228,7 +228,7 @@ public class WindowBusinessServiceImpl extends AbstractCRUDServiceImpl<WindowBus
//查询数据库
//查询数据库
pageInfo
=
new
PageInfo
();
pageInfo
=
new
PageInfo
();
pageInfo
.
setPrePageResult
(-
1
);
pageInfo
.
setPrePageResult
(-
1
);
result
=
this
.
dao
.
getList
(
new
WindowBusinessQuery
().
siteBusinessId
(
siteBusiness
Id
),
pageInfo
);
result
=
this
.
dao
.
getList
(
new
WindowBusinessQuery
().
windowId
(
window
Id
),
pageInfo
);
this
.
findAfter
(
entity
,
pageInfo
,
context
,
result
.
getList
());
this
.
findAfter
(
entity
,
pageInfo
,
context
,
result
.
getList
());
//无查询结果的不做保存
//无查询结果的不做保存
if
(!
ObjectUtils
.
isEmpty
(
result
.
getList
()))
{
if
(!
ObjectUtils
.
isEmpty
(
result
.
getList
()))
{
...
...
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
View file @
4f61fc70
...
@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
...
@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json
Content-Type: application/json
{
{
"areaCode": "511
900
000000"
"areaCode": "511
124
000000"
}
}
...
@@ -63,7 +63,7 @@ POST http://10.141.38.234:11078/base/base/area/genSubAreaByAreaName
...
@@ -63,7 +63,7 @@ POST http://10.141.38.234:11078/base/base/area/genSubAreaByAreaName
Content-Type: application/json
Content-Type: application/json
{
{
"areaCode": "
511523000000
"
"areaCode": ""
}
}
###同步事项数据
###同步事项数据
...
...
base-manager/src/test/java/com/mortals/httpclient/matter/MatterController.http
View file @
4f61fc70
...
@@ -29,7 +29,7 @@ Content-Type: application/json
...
@@ -29,7 +29,7 @@ Content-Type: application/json
POST {{baseUrl}}/matter/genMatterTxt
POST {{baseUrl}}/matter/genMatterTxt
Content-Type: application/json
Content-Type: application/json
{}
{
"areaCode": "511124000000"
}
###生成文本1
###生成文本1
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
View file @
4f61fc70
...
@@ -146,7 +146,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
...
@@ -146,7 +146,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
Content-Type: application/json
Content-Type: application/json
{
{
"id":
52
"id":
1
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment