Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
2078c786
You need to sign in or sign up before continuing.
Commit
2078c786
authored
Dec 13, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.3-shuiyou 增减接口
parent
73af3f6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
SocialFriendConfig.java
.../cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
+2
-4
TSocialFriendServiceImpl.java
...v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
+1
-1
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
View file @
2078c786
...
@@ -213,10 +213,10 @@ public class SocialFriendConfig {
...
@@ -213,10 +213,10 @@ public class SocialFriendConfig {
JSONObject
blxmlbOne
=
new
JSONObject
();
JSONObject
blxmlbOne
=
new
JSONObject
();
String
blxm
=
"社保"
;
String
blxm
=
"社保"
;
// 险种类型 例如养老、工伤、医疗等
// 险种类型 例如养老、工伤、医疗等
String
xzlb
=
"企业职工养老,
工伤保险,
失业保险"
;
String
xzlb
=
"企业职工养老,
工伤保险,
失业保险"
;
if
(
type
>
2
)
{
if
(
type
>
2
)
{
blxm
=
"医保"
;
blxm
=
"医保"
;
xzlb
=
"职工基本医疗保险,
生育保险,
大额医疗"
;
xzlb
=
"职工基本医疗保险,
生育保险,
大额医疗"
;
}
}
String
[]
strArr
=
xzlb
.
split
(
","
);
String
[]
strArr
=
xzlb
.
split
(
","
);
// 办理项目
// 办理项目
...
@@ -266,12 +266,10 @@ public class SocialFriendConfig {
...
@@ -266,12 +266,10 @@ public class SocialFriendConfig {
if
(
type
<
3
)
{
if
(
type
<
3
)
{
// 企业职工社会保险增员花名册 安徽非必填!
// 企业职工社会保险增员花名册 安徽非必填!
// 社保增员必填
// 社保增员必填
// TODO - 调用房工接口,或在此之前调用
tszdxx
.
put
(
"qyzgshbxzyhmc"
,
vo
.
getQyzgshbxzyhmc
());
tszdxx
.
put
(
"qyzgshbxzyhmc"
,
vo
.
getQyzgshbxzyhmc
());
}
else
{
}
else
{
// 企业职工基本医疗保险参保登记表 安徽非必填! 数组
// 企业职工基本医疗保险参保登记表 安徽非必填! 数组
// 增员、减员必填
// 增员、减员必填
// TODO - 调用房工接口,或在此之前调用
tszdxx
.
put
(
"qyzgjbylbxcbdjb"
,
vo
.
getQyzgjbylbxcbdjb
());
tszdxx
.
put
(
"qyzgjbylbxcbdjb"
,
vo
.
getQyzgjbylbxcbdjb
());
}
}
cbrymdOne
.
put
(
"tszdxx"
,
tszdxx
);
cbrymdOne
.
put
(
"tszdxx"
,
tszdxx
);
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
View file @
2078c786
...
@@ -110,7 +110,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -110,7 +110,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
for
(
TSocialInfo
socialInfo
:
socialYsdList
)
{
for
(
TSocialInfo
socialInfo
:
socialYsdList
)
{
backLog
=
new
TSocialFriendBackLog
();
backLog
=
new
TSocialFriendBackLog
();
backLog
.
setSocialId
(
socialInfo
.
getId
());
backLog
.
setSocialId
(
socialInfo
.
getId
());
backLog
.
setRequestId
(
socialInfo
.
getY
gs
RequestId
());
backLog
.
setRequestId
(
socialInfo
.
getY
sd
RequestId
());
info
=
socialFriendConfig
.
getFriendByRequestId
(
restTemplate
,
socialInfo
.
getYsdRequestId
(),
backLog
);
info
=
socialFriendConfig
.
getFriendByRequestId
(
restTemplate
,
socialInfo
.
getYsdRequestId
(),
backLog
);
logList
.
add
(
backLog
);
logList
.
add
(
backLog
);
if
(
info
!=
null
&&
Common
.
isNotNull
(
info
.
getZt
()))
{
if
(
info
!=
null
&&
Common
.
isNotNull
(
info
.
getZt
()))
{
...
...
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