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
7c3e90f7
Commit
7c3e90f7
authored
Mar 17, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
事项添加区域字段
parent
7b467d17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
94 additions
and
18 deletions
+94
-18
base-manager/src/main/java/com/mortals/xhx/module/matter/model/MatterEntity.java
...ava/com/mortals/xhx/module/matter/model/MatterEntity.java
+93
-17
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
.../java/com/mortals/httpclient/base/BaseAreaController.http
+1
-1
No files found.
base-manager/src/main/java/com/mortals/xhx/module/matter/model/MatterEntity.java
View file @
7c3e90f7
...
@@ -350,8 +350,10 @@ public class MatterEntity extends MatterVo {
...
@@ -350,8 +350,10 @@ public class MatterEntity extends MatterVo {
if
(
obj
==
null
)
return
false
;
if
(
obj
==
null
)
return
false
;
if
(
obj
instanceof
MatterEntity
)
{
if
(
obj
instanceof
MatterEntity
)
{
MatterEntity
tmp
=
(
MatterEntity
)
obj
;
MatterEntity
tmp
=
(
MatterEntity
)
obj
;
if
(
this
.
getId
()
==
tmp
.
getId
())
{
if
((
this
.
getAreaCode
()
+
this
.
matterNo
).
equals
(
tmp
.
getAreaCode
()
+
tmp
.
matterNo
))
{
return
true
;
if
(
this
.
getId
()
==
tmp
.
getId
())
{
return
true
;
}
}
}
}
}
return
false
;
return
false
;
...
@@ -360,78 +362,152 @@ public class MatterEntity extends MatterVo {
...
@@ -360,78 +362,152 @@ public class MatterEntity extends MatterVo {
public
void
initAttrValue
(){
public
void
initAttrValue
(){
this
.
siteId
=
null
;
this
.
siteId
=
null
;
this
.
tid
=
""
;
this
.
tid
=
""
;
this
.
tcode
=
""
;
this
.
tcode
=
""
;
this
.
tname
=
""
;
this
.
tname
=
""
;
this
.
matterName
=
""
;
this
.
matterName
=
""
;
this
.
englishName
=
""
;
this
.
englishName
=
""
;
this
.
matterNo
=
""
;
this
.
matterNo
=
""
;
this
.
areaCode
=
""
;
this
.
areaCode
=
""
;
this
.
deptCode
=
""
;
this
.
deptCode
=
""
;
this
.
deptName
=
""
;
this
.
powerCode
=
""
;
this
.
powerCode
=
""
;
this
.
themeCode
=
""
;
this
.
themeCode
=
""
;
this
.
usertypeCode
=
""
;
this
.
usertypeCode
=
""
;
this
.
groupName
=
""
;
this
.
groupName
=
""
;
this
.
url
=
""
;
this
.
url
=
""
;
this
.
haveGetMatterInfo
=
""
;
this
.
haveGetMatterInfo
=
"false"
;
this
.
belongDept
=
""
;
this
.
belongDept
=
""
;
this
.
appoveObjectShow
=
"事业法人"
;
this
.
appoveObjectShow
=
"事业法人"
;
this
.
operatScopeShow
=
"无"
;
this
.
operatScopeShow
=
"无"
;
this
.
appoveTimeLimitShow
=
"网络办件"
;
this
.
appoveTimeLimitShow
=
"网络办件"
;
this
.
handleType
=
"窗口办理"
;
this
.
handleType
=
"窗口办理"
;
this
.
legalTimeLimitShow
=
""
;
this
.
legalTimeLimitShow
=
""
;
this
.
legalEndExplain
=
""
;
this
.
legalEndExplain
=
""
;
this
.
promiseTimeLimitShow
=
""
;
this
.
promiseTimeLimitShow
=
""
;
this
.
promiseEndExplain
=
""
;
this
.
promiseEndExplain
=
""
;
this
.
isChargesShow
=
"否"
;
this
.
isChargesShow
=
"无"
;
this
.
certificationLevelsShow
=
"实名认证"
;
this
.
certificationLevelsShow
=
"实名认证"
;
this
.
planTakeTime
=
null
;
this
.
planTakeTime
=
null
;
this
.
promiseTakeTime
=
null
;
this
.
promiseTakeTime
=
null
;
this
.
specialProcedure
=
""
;
this
.
specialProcedure
=
""
;
this
.
windowToTheSceneNum
=
0
;
this
.
isOnlineSubscribeShow
=
"否"
;
this
.
windowToTheSceneNum
=
null
;
this
.
isExpressTakeShow
=
"否"
;
this
.
isProvinceAcquisitionShow
=
"否"
;
this
.
isOnlineSubscribeShow
=
"无"
;
this
.
isApplyProvinceShow
=
"否"
;
this
.
isExpressTakeShow
=
"无"
;
this
.
isProvinceAcquisitionShow
=
"无"
;
this
.
isApplyProvinceShow
=
"无"
;
this
.
mustSceneExplain
=
""
;
this
.
mustSceneExplain
=
""
;
this
.
onlineType
=
"原件预审"
;
this
.
onlineType
=
"原件预审"
;
this
.
onlineToTheSceneNum
=
0
;
this
.
onlineToTheSceneNum
=
0
;
this
.
onlineOperatDeep
=
"互联网咨询"
;
this
.
onlineOperatDeep
=
"互联网咨询"
;
this
.
isExpressTakeOnlineShow
=
""
;
this
.
isExpressTakeOnlineShow
=
""
;
this
.
isDoorTakeShow
=
"否"
;
this
.
isDoorTakeShow
=
"无"
;
this
.
onlineMustSceneExplain
=
""
;
this
.
onlineMustSceneExplain
=
""
;
this
.
performDeptType
=
""
;
this
.
performDeptType
=
""
;
this
.
matterEdition
=
""
;
this
.
matterEdition
=
""
;
this
.
eventTypeShow
=
"行政许可"
;
this
.
eventTypeShow
=
"行政许可"
;
this
.
performHierarchyShow
=
""
;
this
.
performHierarchyShow
=
""
;
this
.
powerSourceShow
=
""
;
this
.
powerSourceShow
=
""
;
this
.
performDeptTypeShow
=
""
;
this
.
performDeptTypeShow
=
""
;
this
.
goveServiceCenterShow
=
"否"
;
this
.
isConvenientCenterShow
=
"否"
;
this
.
goveServiceCenterShow
=
"无"
;
this
.
terminalHandle
=
"是"
;
this
.
isOnline
=
"是"
;
this
.
isConvenientCenterShow
=
"无"
;
this
.
isOnlinePayShow
=
"是"
;
this
.
entrustmentDepartmen
=
"是"
;
this
.
terminalHandle
=
"无"
;
this
.
isOnline
=
"无"
;
this
.
isOnlinePayShow
=
"无"
;
this
.
entrustmentDepartmen
=
"无"
;
this
.
jointInfoShow
=
""
;
this
.
jointInfoShow
=
""
;
this
.
matterStatus
=
"在用"
;
this
.
matterStatus
=
"在用"
;
this
.
numberLimit
=
null
;
this
.
numberLimit
=
null
;
this
.
type
=
""
;
this
.
type
=
""
;
this
.
baseCode
=
""
;
this
.
baseCode
=
""
;
this
.
implementCode
=
""
;
this
.
implementCode
=
""
;
this
.
implementBodyCode
=
""
;
this
.
implementBodyCode
=
""
;
this
.
operateItemCode
=
""
;
this
.
operateItemCode
=
""
;
this
.
townshipName
=
""
;
this
.
townshipName
=
""
;
this
.
townshipCode
=
""
;
this
.
townshipCode
=
""
;
this
.
villageName
=
""
;
this
.
villageName
=
""
;
this
.
villageCode
=
""
;
this
.
villageCode
=
""
;
this
.
operateTime
=
""
;
this
.
operateTime
=
""
;
this
.
operateSite
=
""
;
this
.
operateSite
=
""
;
this
.
cousultingShow
=
""
;
this
.
cousultingShow
=
""
;
this
.
cousultingTelephoneShow
=
""
;
this
.
cousultingTelephoneShow
=
""
;
this
.
superviseShow
=
""
;
this
.
superviseShow
=
""
;
this
.
sort
=
0
;
this
.
sort
=
0
;
this
.
source
=
1
;
this
.
source
=
1
;
this
.
deptName
=
""
;
this
.
evaluationUrl
=
""
;
this
.
evaluationUrl
=
""
;
this
.
netApplyUrl
=
""
;
this
.
netApplyUrl
=
""
;
this
.
areaName
=
""
;
this
.
areaName
=
""
;
this
.
areaLevel
=
0
;
this
.
areaLevel
=
0
;
...
...
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
View file @
7c3e90f7
...
@@ -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
124
000000"
"areaCode": "511
700
000000"
}
}
...
...
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