Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FrontEndProcessor
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
CrossProvincialPlatform
FrontEndProcessor
Commits
1722eb4b
Commit
1722eb4b
authored
May 26, 2021
by
华润
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跨省单位开户公积金服务接口
parent
69028785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
3 deletions
+25
-3
src/main/java/net/cdkj/gjj/adapter/controller/ProvidentFundServicesController.java
...j/adapter/controller/ProvidentFundServicesController.java
+25
-3
No files found.
src/main/java/net/cdkj/gjj/adapter/controller/ProvidentFundServicesController.java
View file @
1722eb4b
...
@@ -132,10 +132,10 @@ public class ProvidentFundServicesController {
...
@@ -132,10 +132,10 @@ public class ProvidentFundServicesController {
jsonObject
.
put
(
"message"
,
"数据交换成功"
);
jsonObject
.
put
(
"message"
,
"数据交换成功"
);
List
<
UnitAccountOpeningInformation
>
data
=
new
ArrayList
<>();
List
<
UnitAccountOpeningInformation
>
data
=
new
ArrayList
<>();
UnitAccountOpeningInformation
openingInformation
=
new
UnitAccountOpeningInformation
();
UnitAccountOpeningInformation
openingInformation
=
new
UnitAccountOpeningInformation
();
openingInformation
.
setBusId
(
"3320908
77
"
);
openingInformation
.
setBusId
(
"3320908
90
"
);
openingInformation
.
setUscc
(
"9142050071469862
88
"
);
openingInformation
.
setUscc
(
"9142050071469862
90
"
);
openingInformation
.
setEntName
(
"湖北稻花香酒业股份有限公司(华润测试)"
);
openingInformation
.
setEntName
(
"湖北稻花香酒业股份有限公司(华润测试)"
);
openingInformation
.
setDom
(
"湖北省宜昌市龙泉镇圣诞快乐房价数量的方式独立开发huahua"
);
openingInformation
.
setDom
(
"湖北省宜昌市龙泉镇圣诞快乐房价数量的方式独立开发huahua
2
"
);
// SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
// SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
openingInformation
.
setEstDate
(
new
Date
());
openingInformation
.
setEstDate
(
new
Date
());
openingInformation
.
setLerep
(
"蔡开云"
);
openingInformation
.
setLerep
(
"蔡开云"
);
...
@@ -151,7 +151,29 @@ public class ProvidentFundServicesController {
...
@@ -151,7 +151,29 @@ public class ProvidentFundServicesController {
openingInformation
.
setUnitPayDay
(
"05"
);
openingInformation
.
setUnitPayDay
(
"05"
);
openingInformation
.
setUnitDepPro
(
"12"
);
openingInformation
.
setUnitDepPro
(
"12"
);
openingInformation
.
setPersonalDepPro
(
"12"
);
openingInformation
.
setPersonalDepPro
(
"12"
);
//-------------------------------------
UnitAccountOpeningInformation
openingInformation2
=
new
UnitAccountOpeningInformation
();
openingInformation2
.
setBusId
(
"332090891"
);
openingInformation2
.
setUscc
(
"914205007146986291"
);
openingInformation2
.
setEntName
(
"湖北稻花香酒业股份有限公司(华润测试)"
);
openingInformation2
.
setDom
(
"湖北省宜昌市龙泉镇圣诞快乐房价数量的方式独立开发huahua3"
);
// SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
openingInformation2
.
setEstDate
(
new
Date
());
openingInformation2
.
setLerep
(
"蔡开云"
);
openingInformation2
.
setCerType
(
"10"
);
openingInformation2
.
setCerNo
(
"421121199402084030"
);
openingInformation2
.
setOperatorName
(
"张文"
);
openingInformation2
.
setOperatorCerNo
(
"421121199402084030"
);
openingInformation2
.
setOperatorPhone
(
"13345678899"
);
openingInformation2
.
setOplocdistrict
(
"421101001"
);
openingInformation2
.
setUnitNature
(
"01"
);
openingInformation2
.
setEconomicType
(
"1222"
);
openingInformation2
.
setIndustryphy
(
"C1512"
);
openingInformation2
.
setUnitPayDay
(
"05"
);
openingInformation2
.
setUnitDepPro
(
"12"
);
openingInformation2
.
setPersonalDepPro
(
"12"
);
data
.
add
(
openingInformation
);
data
.
add
(
openingInformation
);
data
.
add
(
openingInformation2
);
jsonObject
.
put
(
"data"
,
data
);
jsonObject
.
put
(
"data"
,
data
);
String
str
=
jsonObject
.
toString
();
String
str
=
jsonObject
.
toString
();
String
s
=
zipString
(
str
);
//进行zip压缩
String
s
=
zipString
(
str
);
//进行zip压缩
...
...
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