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
2a899af0
Commit
2a899af0
authored
Apr 16, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.22-税友excel转图片换插件
parent
36ca506d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
TSocialFriendServiceImpl.java
...v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
+4
-0
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
View file @
2a899af0
...
@@ -358,6 +358,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -358,6 +358,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
}
}
}
}
updateSocial
.
setYgsHandleStatus
(
ygsHandleStatus
);
updateSocial
.
setYgsHandleStatus
(
ygsHandleStatus
);
updateSocial
.
setYgsHandleStatusOld
(
""
);
// 拉取审核结果,加日志
// 拉取审核结果,加日志
if
(
Common
.
isNotNull
(
ygsHandleStatus
))
{
if
(
Common
.
isNotNull
(
ygsHandleStatus
))
{
socialLog
=
tSocialSoldierLogService
.
getSocialFriendLog
(
socialInfo
,
"拉取"
,
"社保"
socialLog
=
tSocialSoldierLogService
.
getSocialFriendLog
(
socialInfo
,
"拉取"
,
"社保"
...
@@ -448,6 +449,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -448,6 +449,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
}
}
}
}
updateSocial
.
setYsdHandleStatus
(
ysdHandleStatus
);
updateSocial
.
setYsdHandleStatus
(
ysdHandleStatus
);
updateSocial
.
setYsdHandleStatusOld
(
""
);
// 拉取审核结果,加日志
// 拉取审核结果,加日志
if
(
Common
.
isNotNull
(
ysdHandleStatus
))
{
if
(
Common
.
isNotNull
(
ysdHandleStatus
))
{
...
@@ -639,6 +641,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -639,6 +641,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
updateSocial
=
new
TSocialInfo
();
updateSocial
=
new
TSocialInfo
();
updateSocial
.
setId
(
socialInfo
.
getId
());
updateSocial
.
setId
(
socialInfo
.
getId
());
updateSocial
.
setYgsHandleStatus
(
ygsHandleStatus
);
updateSocial
.
setYgsHandleStatus
(
ygsHandleStatus
);
updateSocial
.
setYgsHandleStatusOld
(
""
);
// 处理社保办理成功或失败,
// 处理社保办理成功或失败,
if
(
Common
.
isNotNull
(
updateSocial
.
getId
()))
{
if
(
Common
.
isNotNull
(
updateSocial
.
getId
()))
{
tSocialInfoService
.
updateById
(
updateSocial
);
tSocialInfoService
.
updateById
(
updateSocial
);
...
@@ -652,6 +655,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -652,6 +655,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
updateSocial
=
new
TSocialInfo
();
updateSocial
=
new
TSocialInfo
();
updateSocial
.
setId
(
socialInfo
.
getId
());
updateSocial
.
setId
(
socialInfo
.
getId
());
updateSocial
.
setYsdHandleStatus
(
ygsHandleStatus
);
updateSocial
.
setYsdHandleStatus
(
ygsHandleStatus
);
updateSocial
.
setYsdHandleStatusOld
(
""
);
// 处理社保办理成功或失败,
// 处理社保办理成功或失败,
if
(
Common
.
isNotNull
(
updateSocial
.
getId
()))
{
if
(
Common
.
isNotNull
(
updateSocial
.
getId
()))
{
tSocialInfoService
.
updateById
(
updateSocial
);
tSocialInfoService
.
updateById
(
updateSocial
);
...
...
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