Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-api
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
赵啸非
ai-api
Commits
6c1b42db
Commit
6c1b42db
authored
Nov 06, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
be0040d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/main/java/com/lilosoft/api/service/complexWindow/WXHXPJYXKFRBG.java
...com/lilosoft/api/service/complexWindow/WXHXPJYXKFRBG.java
+0
-3
src/main/java/com/lilosoft/complex/matter/model/req/AcceptReq.java
...java/com/lilosoft/complex/matter/model/req/AcceptReq.java
+4
-1
No files found.
src/main/java/com/lilosoft/api/service/complexWindow/WXHXPJYXKFRBG.java
View file @
6c1b42db
...
@@ -91,7 +91,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
...
@@ -91,7 +91,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
MatterRespInfo
matterRespInfo
=
matterListInfos
.
get
(
0
);
MatterRespInfo
matterRespInfo
=
matterListInfos
.
get
(
0
);
String
eventId
=
matterRespInfo
.
getEventId
();
String
eventId
=
matterRespInfo
.
getEventId
();
String
eventObjectType
=
matterRespInfo
.
getEventObjectType
();
String
eventObjectType
=
matterRespInfo
.
getEventObjectType
();
AcceptReq
acceptReq
=
new
AcceptReq
();
AcceptReq
acceptReq
=
new
AcceptReq
();
//查询办理事项情形
//查询办理事项情形
...
@@ -101,8 +100,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
...
@@ -101,8 +100,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
ChildrenItem
childrenItem
=
matterWorkInfo
.
getChildren
().
stream
().
filter
(
f
->
"变更法人"
.
equals
(
f
.
getLabel
())).
findFirst
().
orElseGet
(()
->
null
);
ChildrenItem
childrenItem
=
matterWorkInfo
.
getChildren
().
stream
().
filter
(
f
->
"变更法人"
.
equals
(
f
.
getLabel
())).
findFirst
().
orElseGet
(()
->
null
);
if
(!
ObjectUtils
.
isEmpty
(
childrenItem
))
{
if
(!
ObjectUtils
.
isEmpty
(
childrenItem
))
{
//构建受理材料附件
//构建受理材料附件
List
<
MaterialsItem
>
materialsItemList
=
childrenItem
.
getMaterials
().
stream
().
map
(
item
->
{
List
<
MaterialsItem
>
materialsItemList
=
childrenItem
.
getMaterials
().
stream
().
map
(
item
->
{
MaterialsItem
materialsItem
=
new
MaterialsItem
();
MaterialsItem
materialsItem
=
new
MaterialsItem
();
...
...
src/main/java/com/lilosoft/complex/matter/model/req/AcceptReq.java
View file @
6c1b42db
package
com.lilosoft.complex.matter.model.req
;
package
com.lilosoft.complex.matter.model.req
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.List
;
import
java.util.Map
;
import
lombok.Data
;
import
lombok.Data
;
@Data
@Data
...
@@ -12,7 +15,7 @@ public class AcceptReq{
...
@@ -12,7 +15,7 @@ public class AcceptReq{
private
String
isStaging
;
private
String
isStaging
;
private
ApplicantPersonal
applicantPersonal
;
private
ApplicantPersonal
applicantPersonal
;
private
List
<
HandlingsItem
>
handlings
;
private
List
<
HandlingsItem
>
handlings
;
private
InfoMap
infoMap
;
private
Map
<
String
,
String
>
infoMap
=
new
HashMap
<>()
;
private
LegalProxy
legalProxy
;
private
LegalProxy
legalProxy
;
private
Object
thingId
;
private
Object
thingId
;
}
}
\ No newline at end of file
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