Commit 98bb4f90 authored by hongguangwu's avatar hongguangwu

1.7.22-顺延

parent e177d992
...@@ -295,7 +295,8 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T ...@@ -295,7 +295,8 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
// setYgsHandleStatus 3继续办理、4终止办理、5人工处理 // setYgsHandleStatus 3继续办理、4终止办理、5人工处理
if (CommonConstants.ONE_STRING.equals(failConfig.getReplay())) { if (CommonConstants.ONE_STRING.equals(failConfig.getReplay())) {
// 社保起缴月顺延: // 社保起缴月顺延:
if ("工伤保险允许重复参保".equals(failConfig.getReasonKey())) { if ("工伤保险允许重复参保".equals(failConfig.getReasonKey())
|| "社保费,请核实后重新办理],花名册查询结果[该人员未在人员列表中]".equals(failConfig.getReasonKey())) {
Date nextDate; Date nextDate;
Date nextMonth = DateUtil.addMonthByDate(new Date(), CommonConstants.ONE_INT); Date nextMonth = DateUtil.addMonthByDate(new Date(), CommonConstants.ONE_INT);
if (Common.isNotNull(socialInfo.getYgsSocialStartDateNext())) { if (Common.isNotNull(socialInfo.getYgsSocialStartDateNext())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment