Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
0d741695
Commit
0d741695
authored
Sep 13, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
来佣比对加 “保留” 状态
parent
202e80fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
yd-api/src/main/java/com/yd/api/commission/service/impl/LifeCommissionServiceImpl.java
+4
-2
No files found.
yd-api/src/main/java/com/yd/api/commission/service/impl/LifeCommissionServiceImpl.java
View file @
0d741695
...
@@ -484,9 +484,9 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
...
@@ -484,9 +484,9 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
paramMap
.
put
(
"checkAt"
,
new
Date
());
paramMap
.
put
(
"checkAt"
,
new
Date
());
paramMap
.
put
(
"checkBy"
,
loginId
);
paramMap
.
put
(
"checkBy"
,
loginId
);
/**检核选择退保时先查看原来的来佣状态,若原来的是”已比对“则不改成已退保,若是
”待来佣“
就改成”已退保“*/
/**检核选择退保时先查看原来的来佣状态,若原来的是”已比对“则不改成已退保,若是
“待来佣”和“保留”
就改成”已退保“*/
if
(
"3"
.
equals
(
status
))
{
if
(
"3"
.
equals
(
status
))
{
if
(
"1
"
.
equals
(
order
.
getCommissionCheckStatus
()))
{
if
(
!
"2
"
.
equals
(
order
.
getCommissionCheckStatus
()))
{
lifeCommissionMapper
.
setOrderCommissionCheckId
(
Arrays
.
asList
(
order
.
getId
()),
paramMap
);
lifeCommissionMapper
.
setOrderCommissionCheckId
(
Arrays
.
asList
(
order
.
getId
()),
paramMap
);
}
}
}
else
{
}
else
{
...
@@ -658,6 +658,8 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
...
@@ -658,6 +658,8 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
return
"已比对"
;
return
"已比对"
;
}
else
if
(
"3"
.
equals
(
commissionCheckStatus
))
{
}
else
if
(
"3"
.
equals
(
commissionCheckStatus
))
{
return
"已退保"
;
return
"已退保"
;
}
else
if
(
"4"
.
equals
(
commissionCheckStatus
))
{
return
"保留"
;
}
else
{
}
else
{
return
""
;
return
""
;
}
}
...
...
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