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
cad73302
Commit
cad73302
authored
Feb 17, 2023
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
派减分项办理 BUG 修复
parent
7dd102a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
UpProjectSocialFundVo.java
...cloud/plus/v1/yifu/archives/vo/UpProjectSocialFundVo.java
+4
-1
TDispatchInfoServiceImpl.java
...v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
+6
-6
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/UpProjectSocialFundVo.java
View file @
cad73302
...
@@ -24,7 +24,10 @@ import java.io.Serializable;
...
@@ -24,7 +24,10 @@ import java.io.Serializable;
*/
*/
@Data
@Data
public
class
UpProjectSocialFundVo
implements
Serializable
{
public
class
UpProjectSocialFundVo
implements
Serializable
{
// 社保状态 社保状态(字典): 0 无社保 1 处理中 2.部分购买 3.正常 4.已派减
/**
* @Author fxj
* @Description 社保状态 社保状态(字典): 0 无社保 1 处理中 2.部分购买 3.正常 4.已派减
**/
@Schema
(
name
=
"社保状态(字典): 0 无社保 1 处理中 2.部分购买 3.正常 4.已派减"
)
@Schema
(
name
=
"社保状态(字典): 0 无社保 1 处理中 2.部分购买 3.正常 4.已派减"
)
String
socialStatus
;
String
socialStatus
;
// 公积金状态 社保状态(字典): 0 无社保 1 处理中 2.正常 3.已派减
// 公积金状态 社保状态(字典): 0 无社保 1 处理中 2.正常 3.已派减
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
View file @
cad73302
...
@@ -3858,12 +3858,6 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
...
@@ -3858,12 +3858,6 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
){
){
vo
.
setSocialStatus
(
CommonConstants
.
ZERO_STRING
);
vo
.
setSocialStatus
(
CommonConstants
.
ZERO_STRING
);
}
}
// 待办理或办理中或部分办理失败或审核不通过部分办理成功或派减办理中为 处理中
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
sf
.
getSocialStatus
())
||
CommonConstants
.
TWO_STRING
.
equals
(
sf
.
getSocialStatus
())
||
CommonConstants
.
ELEVEN_STRING
.
equals
(
sf
.
getSocialStatus
())){
vo
.
setSocialStatus
(
CommonConstants
.
ONE_STRING
);
}
// 部分办理失败或审核不通过部分办理成功或派减部分办理失败 为 部分购买
// 部分办理失败或审核不通过部分办理成功或派减部分办理失败 为 部分购买
if
(
CommonConstants
.
FOUR_STRING
.
equals
(
sf
.
getSocialStatus
())
if
(
CommonConstants
.
FOUR_STRING
.
equals
(
sf
.
getSocialStatus
())
||
CommonConstants
.
TWELVE_STRING
.
equals
(
sf
.
getSocialStatus
())
||
CommonConstants
.
TWELVE_STRING
.
equals
(
sf
.
getSocialStatus
())
...
@@ -3884,6 +3878,12 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
...
@@ -3884,6 +3878,12 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
){
){
vo
.
setSocialStatus
(
CommonConstants
.
TWO_STRING
);
vo
.
setSocialStatus
(
CommonConstants
.
TWO_STRING
);
}
}
// 待办理或办理中或部分办理失败或审核不通过部分办理成功或派减办理中为 处理中
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
sf
.
getSocialStatus
())
||
CommonConstants
.
TWO_STRING
.
equals
(
sf
.
getSocialStatus
())
||
CommonConstants
.
ELEVEN_STRING
.
equals
(
sf
.
getSocialStatus
())){
vo
.
setSocialStatus
(
CommonConstants
.
ONE_STRING
);
}
if
(
CommonConstants
.
NINE_STRING
.
equals
(
sf
.
getSocialStatus
())){
if
(
CommonConstants
.
NINE_STRING
.
equals
(
sf
.
getSocialStatus
())){
// 如果办理失败 全部派减失败为正常购买
// 如果办理失败 全部派减失败为正常购买
if
(
CommonConstants
.
FOUR_STRING
.
equals
(
sf
.
getPensionHandle
())
if
(
CommonConstants
.
FOUR_STRING
.
equals
(
sf
.
getPensionHandle
())
...
...
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