Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-service-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
赵啸非
enterprise-service-platform
Commits
53381e70
Commit
53381e70
authored
Mar 21, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
61cae858
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
enterprise-service-manager/db/add.sql
enterprise-service-manager/db/add.sql
+3
-0
enterprise-service-manager/src/test/java/com/mortals/httpclient/AreaController.http
.../src/test/java/com/mortals/httpclient/AreaController.http
+2
-1
No files found.
enterprise-service-manager/db/add.sql
View file @
53381e70
...
@@ -72,3 +72,6 @@ CREATE TABLE `mortals_ent_life_matter_sub`
...
@@ -72,3 +72,6 @@ CREATE TABLE `mortals_ent_life_matter_sub`
ALTER
TABLE
mortals_sys_matter
ADD
COLUMN
`areaName`
varchar
(
255
)
COMMENT
'区域名称'
;
ALTER
TABLE
mortals_sys_matter
ADD
COLUMN
`areaName`
varchar
(
255
)
COMMENT
'区域名称'
;
ALTER
TABLE
mortals_sys_matter
ADD
COLUMN
`areaLevel`
tinyint
(
2
)
COMMENT
'区域等级(1.省,2.地市州,3.区县,4.街道,5.社区)'
;
ALTER
TABLE
mortals_sys_matter
ADD
COLUMN
`areaLevel`
tinyint
(
2
)
COMMENT
'区域等级(1.省,2.地市州,3.区县,4.街道,5.社区)'
;
INSERT
INTO
`mortals_sys_area`
VALUES
(
null
,
',16ca461e2c824257a50dd0c7fab6f2de'
,
'达州东部经开区'
,
'gde17ba11bbf48568547c21b174c8a32'
,
'16ca461e2c824257a50dd0c7fab6f2de'
,
'True'
,
'True'
,
'false'
,
'false'
,
'511715000000'
,
3
,
'达州东部经开区'
,
'dzsgxjscyy.sczwfw.gov.cn'
,
1
,
'2025-03-20 10:20:10'
,
NULL
,
'2025-03-20 10:20:10'
);
enterprise-service-manager/src/test/java/com/mortals/httpclient/AreaController.http
View file @
53381e70
...
@@ -6,7 +6,8 @@ Content-Type: application/json
...
@@ -6,7 +6,8 @@ Content-Type: application/json
{
{
"page":1,
"page":1,
"size":-1,
"size":-1,
"areaLevelList":[2,3]
"areaLevelList":[2,3],
"orderColList":[{"colName":"status"}]
}
}
...
...
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