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
771fa273
You need to sign in or sign up before continuing.
Commit
771fa273
authored
May 16, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.6.4-优化社保士兵
parent
d201c681
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
TSocialSoldierServiceImpl.java
...1/yifu/social/service/impl/TSocialSoldierServiceImpl.java
+6
-6
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialSoldierServiceImpl.java
View file @
771fa273
...
...
@@ -464,8 +464,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
ygsHandleStatus
=
CommonConstants
.
FOUR_STRING
;
ygsFailList
=
new
ArrayList
<>();
ygsFailList
.
add
(
socialInfo
.
getDispatchId
());
handleRemark
=
"社保士兵自动办理失败
:
已过期,自动中止办理!"
;
remark
=
"社保士兵自动办理失败!!
:
已过期,自动中止办理!"
;
handleRemark
=
"社保士兵自动办理失败
!
已过期,自动中止办理!"
;
remark
=
"社保士兵自动办理失败!!已过期,自动中止办理!"
;
}
else
if
(
Common
.
isNotNull
(
excel
.
getMsg
()))
{
// 如果找到了失败原因配置:
failConfig
=
getConfig
(
excel
.
getMsg
(),
errorMap
);
...
...
@@ -541,8 +541,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
ysdHandleStatus
=
CommonConstants
.
FOUR_STRING
;
ysdFailList
=
new
ArrayList
<>();
ysdFailList
.
add
(
socialInfo
.
getDispatchId
());
handleRemark
=
"社保士兵自动办理失败
:
已过期,自动中止办理!"
;
remark
=
"社保士兵自动办理失败!!
:
已过期,自动中止办理!"
;
handleRemark
=
"社保士兵自动办理失败
!
已过期,自动中止办理!"
;
remark
=
"社保士兵自动办理失败!!已过期,自动中止办理!"
;
}
else
if
(
Common
.
isNotNull
(
excel
.
getMsg
()))
{
// 如果找到了失败原因配置:
failConfig
=
getConfig
(
excel
.
getMsg
(),
errorMap
);
...
...
@@ -565,8 +565,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
ysdHandleStatus
=
CommonConstants
.
FOUR_STRING
;
ysdFailList
=
new
ArrayList
<>();
ysdFailList
.
add
(
socialInfo
.
getDispatchId
());
handleRemark
=
"社保士兵自动办理失败:"
+
failConfig
.
getSimpleReason
();
remark
=
"社保士兵自动办理失败!!"
+
failConfig
.
getSimpleReason
();
handleRemark
=
"社保士兵自动办理失败
!中止办理
:"
+
failConfig
.
getSimpleReason
();
remark
=
"社保士兵自动办理失败!!
中止办理:
"
+
failConfig
.
getSimpleReason
();
}
else
if
(
CommonConstants
.
THREE_STRING
.
equals
(
failConfig
.
getReplay
()))
{
ysdHandleStatus
=
CommonConstants
.
FIVE_STRING
;
// 新增流程进展明细
...
...
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