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
4074d687
Commit
4074d687
authored
Aug 04, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增薪资服务
parent
09761585
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
TDispatchInfoServiceImpl.java
...v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
+6
-4
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
View file @
4074d687
...
...
@@ -2260,8 +2260,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
//社保状态:派增(0待审核、1待办理、2办理中 3办理成功、4部分办理失败 5 办理失败)、派减(6待审核 7待办理 8办理成功 9 办理失败)
if
(
Common
.
isNotNull
(
excel
.
getSocialReduceDate
())){
if
(!
socialFund
.
getSocialStatus
().
equals
(
CommonConstants
.
THREE_STRING
)
&&
!
socialFund
.
getSocialStatus
().
equals
(
CommonConstants
.
NINE_STRING
)){
if
(
Common
.
isEmpty
(
socialFund
.
getSocialStatus
())
||
(!
socialFund
.
getSocialStatus
().
equals
(
CommonConstants
.
THREE_STRING
)
&&
!
socialFund
.
getSocialStatus
().
equals
(
CommonConstants
.
NINE_STRING
))){
errorMessageList
.
add
(
new
ErrorMessage
(
excel
.
getRowIndex
(),
MsgUtils
.
getMessage
(
ErrorCodes
.
EMP_DISPATCH_REDUCE_SOCIAL_STATUS_ERROR
)));
return
true
;
}
...
...
@@ -2272,8 +2273,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}
//公积金状态:派增(0待审核、1待办理、3办理成功、4办理失败)、派减(5待审核 6待办理 7 办理成功 8 办理失败)
if
(
Common
.
isNotNull
(
excel
.
getFundReduceDate
())){
if
(!
socialFund
.
getFundStatus
().
equals
(
CommonConstants
.
THREE_STRING
)
&&
!
socialFund
.
getFundStatus
().
equals
(
CommonConstants
.
EIGHT_STRING
)){
if
(
Common
.
isEmpty
(
socialFund
.
getFundStatus
())
||
(!
socialFund
.
getFundStatus
().
equals
(
CommonConstants
.
THREE_STRING
)
&&
!
socialFund
.
getFundStatus
().
equals
(
CommonConstants
.
EIGHT_STRING
))){
errorMessageList
.
add
(
new
ErrorMessage
(
excel
.
getRowIndex
(),
MsgUtils
.
getMessage
(
ErrorCodes
.
EMP_DISPATCH_REDUCE_FUND_STATUS_ERROR
)));
return
true
;
}
...
...
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