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
98bb4f90
Commit
98bb4f90
authored
Apr 14, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.22-顺延
parent
e177d992
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
TSocialFriendServiceImpl.java
...v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
+2
-1
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
View file @
98bb4f90
...
...
@@ -295,7 +295,8 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
// setYgsHandleStatus 3继续办理、4终止办理、5人工处理
if
(
CommonConstants
.
ONE_STRING
.
equals
(
failConfig
.
getReplay
()))
{
// 社保起缴月顺延:
if
(
"工伤保险允许重复参保"
.
equals
(
failConfig
.
getReasonKey
()))
{
if
(
"工伤保险允许重复参保"
.
equals
(
failConfig
.
getReasonKey
())
||
"社保费,请核实后重新办理],花名册查询结果[该人员未在人员列表中]"
.
equals
(
failConfig
.
getReasonKey
()))
{
Date
nextDate
;
Date
nextMonth
=
DateUtil
.
addMonthByDate
(
new
Date
(),
CommonConstants
.
ONE_INT
);
if
(
Common
.
isNotNull
(
socialInfo
.
getYgsSocialStartDateNext
()))
{
...
...
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