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
a6849d52
Commit
a6849d52
authored
Nov 14, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分接口返回参数
parent
003151c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
pom.xml
pom.xml
+2
-2
src/main/java/com/lilosoft/api/service/complexWindow/WXHXPJYXKFRBG.java
...com/lilosoft/api/service/complexWindow/WXHXPJYXKFRBG.java
+0
-11
No files found.
pom.xml
View file @
a6849d52
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<profiles.robertServerUrl>
http://localhost:8099/
</profiles.robertServerUrl>
<profiles.robertServerUrl>
http://localhost:8099/
</profiles.robertServerUrl>
<profiles.complexServerUrl>
https://112.19.80.237:11043/zwzc/
</profiles.complexServerUrl>
<profiles.complexServerUrl>
https://112.19.80.237:11043/zwzc/
</profiles.complexServerUrl>
<profiles.complexDeviceCode>
9c:30:5b:b5:c0:d5
</profiles.complexDeviceCode>
<profiles.complexDeviceCode>
9c:30:5b:b5:c0:d5
</profiles.complexDeviceCode>
<profiles.mq>
yibin
</profiles.mq>
<profiles.mq>
yibin
dev
</profiles.mq>
<profiles.activemq.brokerUrl>
tcp://59.175.148.30:62818
</profiles.activemq.brokerUrl>
<profiles.activemq.brokerUrl>
tcp://59.175.148.30:62818
</profiles.activemq.brokerUrl>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
</properties>
</properties>
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<profiles.baseUrl>
http://10.225.128.55
</profiles.baseUrl>
<profiles.baseUrl>
http://10.225.128.55
</profiles.baseUrl>
<profiles.ocrUrl>
http://rocrt.egovrobot.com/
</profiles.ocrUrl>
<profiles.ocrUrl>
http://rocrt.egovrobot.com/
</profiles.ocrUrl>
<profiles.apiUrl>
http://api.egovrobot.com
</profiles.apiUrl>
<profiles.apiUrl>
http://api.egovrobot.com
</profiles.apiUrl>
<profiles.mq>
yibin
</profiles.mq>
<profiles.mq>
yibin
dev
</profiles.mq>
<profiles.activemq.brokerUrl>
tcp://8.136.255.30:11044
</profiles.activemq.brokerUrl>
<profiles.activemq.brokerUrl>
tcp://8.136.255.30:11044
</profiles.activemq.brokerUrl>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
</properties>
</properties>
...
...
src/main/java/com/lilosoft/api/service/complexWindow/WXHXPJYXKFRBG.java
View file @
a6849d52
...
@@ -55,8 +55,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
...
@@ -55,8 +55,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
@Override
@Override
public
void
doHandleWork
(
CommonData
commonData
)
{
public
void
doHandleWork
(
CommonData
commonData
)
{
//获取数据资源 todo
//下载附件
//下载附件
List
<
FileDataItem
>
fileCollect
=
commonData
.
getFileData
().
stream
().
map
(
item
->
{
List
<
FileDataItem
>
fileCollect
=
commonData
.
getFileData
().
stream
().
map
(
item
->
{
FileDataItem
fileDataItem
=
new
FileDataItem
();
FileDataItem
fileDataItem
=
new
FileDataItem
();
...
@@ -115,7 +113,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
...
@@ -115,7 +113,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
}
}
materialsItem
.
setMaterialForm
(
item
.
getFromId
());
materialsItem
.
setMaterialForm
(
item
.
getFromId
());
materialsItem
.
setMaterialId
(
item
.
getId
());
materialsItem
.
setMaterialId
(
item
.
getId
());
return
materialsItem
;
return
materialsItem
;
}).
collect
(
Collectors
.
toList
());
}).
collect
(
Collectors
.
toList
());
...
@@ -123,16 +120,12 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
...
@@ -123,16 +120,12 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
}
}
}
}
//提交响应的受理
//提交响应的受理
List
<
HandlingsItem
>
handlingsItemList
=
new
ArrayList
<>();
List
<
HandlingsItem
>
handlingsItemList
=
new
ArrayList
<>();
HandlingsItem
handlingsItem
=
new
HandlingsItem
();
HandlingsItem
handlingsItem
=
new
HandlingsItem
();
handlingsItem
.
setEventId
(
eventId
);
handlingsItem
.
setEventId
(
eventId
);
handlingsItem
.
setObjectType
(
eventObjectType
);
handlingsItem
.
setObjectType
(
eventObjectType
);
handlingsItemList
.
add
(
handlingsItem
);
handlingsItemList
.
add
(
handlingsItem
);
acceptReq
.
setHandlings
(
handlingsItemList
);
acceptReq
.
setHandlings
(
handlingsItemList
);
//申请人信息
//申请人信息
ApplicantLeagal
applicantLeagal
=
new
ApplicantLeagal
();
ApplicantLeagal
applicantLeagal
=
new
ApplicantLeagal
();
applicantLeagal
.
setPhone
(
commonData
.
getApplicantPhone
());
applicantLeagal
.
setPhone
(
commonData
.
getApplicantPhone
());
...
@@ -140,17 +133,13 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
...
@@ -140,17 +133,13 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
applicantLeagal
.
setDocumentId
(
commonData
.
getApplicantDocumentId
());
applicantLeagal
.
setDocumentId
(
commonData
.
getApplicantDocumentId
());
applicantLeagal
.
setApplicantName
(
commonData
.
getApplicantName
());
applicantLeagal
.
setApplicantName
(
commonData
.
getApplicantName
());
applicantLeagal
.
setApplicantIdNumber
(
commonData
.
getApplicantIdNumber
());
applicantLeagal
.
setApplicantIdNumber
(
commonData
.
getApplicantIdNumber
());
acceptReq
.
setApplicantLegal
(
applicantLeagal
);
acceptReq
.
setApplicantLegal
(
applicantLeagal
);
//法人信息
//法人信息
LegalProxy
legalProxy
=
new
LegalProxy
();
LegalProxy
legalProxy
=
new
LegalProxy
();
legalProxy
.
setLegalName
(
commonData
.
getLegalName
());
legalProxy
.
setLegalName
(
commonData
.
getLegalName
());
legalProxy
.
setLegalIdNumber
(
commonData
.
getLegalIdNumber
());
legalProxy
.
setLegalIdNumber
(
commonData
.
getLegalIdNumber
());
legalProxy
.
setDocumentId
(
commonData
.
getLegalDocumentId
());
legalProxy
.
setDocumentId
(
commonData
.
getLegalDocumentId
());
acceptReq
.
setLegalProxy
(
legalProxy
);
acceptReq
.
setLegalProxy
(
legalProxy
);
Rest
<
List
<
AcceptRspInfo
>>
acceptRest
=
complexMatterService
.
accept
(
commonData
.
getDeviceLogo
(),
acceptReq
);
Rest
<
List
<
AcceptRspInfo
>>
acceptRest
=
complexMatterService
.
accept
(
commonData
.
getDeviceLogo
(),
acceptReq
);
log
.
info
(
"受理返回==>{}"
,
JSON
.
toJSONString
(
acceptRest
));
log
.
info
(
"受理返回==>{}"
,
JSON
.
toJSONString
(
acceptRest
));
...
...
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