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
34a8b4d9
Commit
34a8b4d9
authored
May 12, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.10-自动化办理查询的状态
parent
d0adac0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
TSocialInfoServiceImpl.java
...s/v1/yifu/social/service/impl/TSocialInfoServiceImpl.java
+11
-7
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialInfoServiceImpl.java
View file @
34a8b4d9
...
@@ -652,14 +652,14 @@ public class TSocialInfoServiceImpl extends ServiceImpl<TSocialInfoMapper, TSoci
...
@@ -652,14 +652,14 @@ public class TSocialInfoServiceImpl extends ServiceImpl<TSocialInfoMapper, TSoci
&&
Common
.
isNotNull
(
socialInfo
.
getYsdHandleStatus
())
&&
Common
.
isNotNull
(
socialInfo
.
getYsdHandleStatus
())
&&
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
getYsdHandleStatus
()))
{
&&
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
getYsdHandleStatus
()))
{
// 医生大状态为待办理或派减待办理
// 医生大状态为待办理或派减待办理
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
socialInfo
.
get
Pension
Handle
())
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
socialInfo
.
get
Medical
Handle
())
||
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
get
Pension
Handle
())
||
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
get
Medical
Handle
())
||
CommonConstants
.
ZERO_STRING
.
equals
(
socialInfo
.
get
WorkInjury
Handle
())
||
CommonConstants
.
ZERO_STRING
.
equals
(
socialInfo
.
get
Birth
Handle
())
||
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
get
WorkInjury
Handle
())
||
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
get
Birth
Handle
())
||
CommonConstants
.
ZERO_STRING
.
equals
(
socialInfo
.
get
Unemploy
Handle
())
||
CommonConstants
.
ZERO_STRING
.
equals
(
socialInfo
.
get
Bigailment
Handle
())
||
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
get
Unemploy
Handle
()))
{
||
CommonConstants
.
FIVE_STRING
.
equals
(
socialInfo
.
get
Bigailment
Handle
()))
{
socialInfo
.
setYsdHandleStatus
(
CommonConstants
.
ONE_STRING
);
socialInfo
.
setYsdHandleStatus
(
CommonConstants
.
ONE_STRING
);
handleRemark
+=
"医疗、生育、大病手动转自动化"
;
handleRemark
+=
"医疗、生育、大病手动转自动化"
;
canUpdate
=
true
;
canUpdate
=
true
;
...
@@ -695,7 +695,11 @@ public class TSocialInfoServiceImpl extends ServiceImpl<TSocialInfoMapper, TSoci
...
@@ -695,7 +695,11 @@ public class TSocialInfoServiceImpl extends ServiceImpl<TSocialInfoMapper, TSoci
,
CommonConstants
.
ONE_STRING
);
,
CommonConstants
.
ONE_STRING
);
return
R
.
ok
(
"成功"
);
return
R
.
ok
(
"成功"
);
}
else
{
}
else
{
return
R
.
failed
(
"【"
+
handleRemark
+
"】状态未变更,请刷新后查看列表状态!"
);
if
(
Common
.
isNotNull
(
handleRemark
)
&&
handleRemark
.
length
()
>
2
)
{
return
R
.
failed
(
"【"
+
handleRemark
+
"】状态未变更,请刷新后查看列表状态!"
);
}
else
{
return
R
.
failed
(
"状态未变更,请刷新后查看列表状态!"
);
}
}
}
}
}
...
...
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