Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
8a94f937
Commit
8a94f937
authored
Apr 01, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.9-20
parent
e6bdbbed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
SocialFriendConfig.java
.../cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
+8
-8
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
View file @
8a94f937
...
@@ -141,7 +141,7 @@ public class SocialFriendConfig {
...
@@ -141,7 +141,7 @@ public class SocialFriendConfig {
}
}
json
.
put
(
"ywblzhlb"
,
ywblzhlbArr
);
json
.
put
(
"ywblzhlb"
,
ywblzhlbArr
);
// type 1社保增 2社保减 3医保增 4医保减
// type 1社保增 2社保减 3医保增 4医保减
setEmpInfo
(
json
,
listVo
,
type
);
setEmpInfo
(
json
,
listVo
,
type
,
vo
.
getQyzgjbylbxcbdjb
()
);
if
(
Common
.
isNotNull
(
vo
.
getQyzgshbxzyhmc
()))
{
if
(
Common
.
isNotNull
(
vo
.
getQyzgshbxzyhmc
()))
{
JSONArray
qyzgshbxzyhmclbArr
=
new
JSONArray
();
JSONArray
qyzgshbxzyhmclbArr
=
new
JSONArray
();
qyzgshbxzyhmclbArr
.
add
(
vo
.
getQyzgshbxzyhmc
());
qyzgshbxzyhmclbArr
.
add
(
vo
.
getQyzgshbxzyhmc
());
...
@@ -267,11 +267,11 @@ public class SocialFriendConfig {
...
@@ -267,11 +267,11 @@ public class SocialFriendConfig {
* @Date: 2024/12/11 10:24
* @Date: 2024/12/11 10:24
* @return: void
* @return: void
**/
**/
private
void
setEmpInfo
(
JSONObject
json
,
List
<
SociaFriendYgsAddVo
>
listVo
,
int
type
)
{
private
void
setEmpInfo
(
JSONObject
json
,
List
<
SociaFriendYgsAddVo
>
listVo
,
int
type
,
String
qyzgjbylbxcbdjb
)
{
if
(
type
==
1
||
type
==
3
)
{
if
(
type
==
1
||
type
==
3
)
{
setEmpInfoAdd
(
json
,
listVo
,
type
);
setEmpInfoAdd
(
json
,
listVo
,
type
,
qyzgjbylbxcbdjb
);
}
else
{
}
else
{
setEmpInfoReduce
(
json
,
listVo
,
type
);
setEmpInfoReduce
(
json
,
listVo
,
type
,
qyzgjbylbxcbdjb
);
}
}
}
}
...
@@ -282,7 +282,7 @@ public class SocialFriendConfig {
...
@@ -282,7 +282,7 @@ public class SocialFriendConfig {
* @Date: 2024/12/10 18:05
* @Date: 2024/12/10 18:05
* @return: void
* @return: void
**/
**/
private
void
setEmpInfoAdd
(
JSONObject
json
,
List
<
SociaFriendYgsAddVo
>
listVo
,
int
type
)
{
private
void
setEmpInfoAdd
(
JSONObject
json
,
List
<
SociaFriendYgsAddVo
>
listVo
,
int
type
,
String
qyzgjbylbxcbdjb
)
{
// 参保人员名单 数组
// 参保人员名单 数组
JSONArray
cbrymdArr
=
new
JSONArray
();
JSONArray
cbrymdArr
=
new
JSONArray
();
JSONObject
cbrymdOne
;
JSONObject
cbrymdOne
;
...
@@ -407,7 +407,7 @@ public class SocialFriendConfig {
...
@@ -407,7 +407,7 @@ public class SocialFriendConfig {
tszdxx
.
put
(
"qyzgshbxzyhmc"
,
vo
.
getQyzgshbxzyhmc
());
tszdxx
.
put
(
"qyzgshbxzyhmc"
,
vo
.
getQyzgshbxzyhmc
());
}
else
{
}
else
{
// 企业职工基本医疗保险参保登记表 安徽非必填! 数组
// 企业职工基本医疗保险参保登记表 安徽非必填! 数组
String
[]
arr
=
{
vo
.
getQyzgjbylbxcbdjb
()
};
String
[]
arr
=
{
qyzgjbylbxcbdjb
};
// 增员、减员必填
// 增员、减员必填
tszdxx
.
put
(
"qyzgjbylbxcbdjb"
,
arr
);
tszdxx
.
put
(
"qyzgjbylbxcbdjb"
,
arr
);
}
}
...
@@ -436,7 +436,7 @@ public class SocialFriendConfig {
...
@@ -436,7 +436,7 @@ public class SocialFriendConfig {
* @Date: 2024/12/10 18:05
* @Date: 2024/12/10 18:05
* @return: void
* @return: void
**/
**/
private
void
setEmpInfoReduce
(
JSONObject
json
,
List
<
SociaFriendYgsAddVo
>
listVo
,
int
type
)
{
private
void
setEmpInfoReduce
(
JSONObject
json
,
List
<
SociaFriendYgsAddVo
>
listVo
,
int
type
,
String
qyzgjbylbxcbdjb
)
{
// 参保人员名单 数组
// 参保人员名单 数组
// 参保人员名单 数组
// 参保人员名单 数组
JSONArray
cbrymdArr
=
new
JSONArray
();
JSONArray
cbrymdArr
=
new
JSONArray
();
...
@@ -478,7 +478,7 @@ public class SocialFriendConfig {
...
@@ -478,7 +478,7 @@ public class SocialFriendConfig {
// tszdxx.put("zgshbxjshmc", )
// tszdxx.put("zgshbxjshmc", )
if
(
type
>
2
)
{
if
(
type
>
2
)
{
// 职工基本医疗保险参保登记表
// 职工基本医疗保险参保登记表
String
[]
arr
=
{
vo
.
getQyzgjbylbxcbdjb
()
};
String
[]
arr
=
{
qyzgjbylbxcbdjb
};
tszdxx
.
put
(
"zgjbylbxcbdjb"
,
arr
);
tszdxx
.
put
(
"zgjbylbxcbdjb"
,
arr
);
}
}
cbrymdOne
.
put
(
"tszdxx"
,
tszdxx
);
cbrymdOne
.
put
(
"tszdxx"
,
tszdxx
);
...
...
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