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
033464a0
Commit
033464a0
authored
Feb 03, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.20-税友优化徽州区
parent
956098f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
SocialFriendConfig.java
.../cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
+6
-6
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
View file @
033464a0
...
...
@@ -639,7 +639,7 @@ public class SocialFriendConfig {
JSONObject
cbrymdOne
;
String
gj
=
"中国"
;
String
areaName
=
"安徽省|黄山市|徽州区
|徽州区徽州街道|徽州街道文峰社区
"
;
String
areaName
=
"安徽省|黄山市|徽州区"
;
String
hkxz
=
"本地居民户口"
;
JSONObject
jyxx
;
...
...
@@ -699,7 +699,6 @@ public class SocialFriendConfig {
blxmlbArr
=
new
JSONArray
();
blxmlbOne
=
new
JSONObject
();
// 险种类型 例如养老、工伤、医疗等
xzlb
=
"企业职工养老,工伤保险,失业保险"
;
if
(
type
>
2
)
{
xzlb
=
null
;
// 2025-12-8 10:30:50 mvp1.7.18-shuiyou分支,
...
...
@@ -722,6 +721,10 @@ public class SocialFriendConfig {
xzlb
=
"大额医疗"
;
}
}
// 险种类型 徽州区社保不用传
if
(
Common
.
isNotNull
(
xzlb
))
{
blxmlbOne
.
put
(
"xzlb"
,
xzlb
.
split
(
","
));
}
}
// 办理项目
blxmlbOne
.
put
(
"blxm"
,
blxm
);
...
...
@@ -730,10 +733,7 @@ public class SocialFriendConfig {
// 申报工资 社保派单里的“备案基数”
blxmlbOne
.
put
(
"sbgz"
,
vo
.
getRecordBase
());
// 险种类型 例如养老、工伤、医疗等
if
(
Common
.
isNotNull
(
xzlb
))
{
blxmlbOne
.
put
(
"xzlb"
,
xzlb
.
split
(
","
));
}
blxmlbArr
.
add
(
blxmlbOne
);
cbrymdOne
.
put
(
"blxmlb"
,
blxmlbArr
);
...
...
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