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
699b4798
Commit
699b4798
authored
Jan 28, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化-fxj
parent
603d4439
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
TInsuranceDetailServiceImpl.java
...s/service/insurance/impl/TInsuranceDetailServiceImpl.java
+8
-6
DoJointInsuranceTask.java
...ud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
+1
-1
No files found.
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceDetailServiceImpl.java
View file @
699b4798
...
@@ -1779,12 +1779,14 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
...
@@ -1779,12 +1779,14 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
}
}
// 记录状态置为「退回」
// 记录状态置为「退回」
detail
.
setBuyHandleStatus
(
CommonConstants
.
FOUR_INT
);
detail
.
setBuyHandleStatus
(
CommonConstants
.
FOUR_INT
);
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getIsJfcd
())){
detail
.
setPaymentTime
(
CommonConstants
.
EMPTY_STRING
);
detail
.
setPaymentTime
(
CommonConstants
.
EMPTY_STRING
);
detail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
detail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
//添加日志
//添加日志
newDetail
.
setPaymentTime
(
CommonConstants
.
EMPTY_STRING
);
newDetail
.
setPaymentTime
(
CommonConstants
.
EMPTY_STRING
);
newDetail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
newDetail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
tBusinessOperateService
.
saveModificationRecord
(
detail
.
getId
(),
oldDetail
,
newDetail
,
"投保退回更新缴费状态、缴费时间"
,
user
.
getNickname
());
tBusinessOperateService
.
saveModificationRecord
(
detail
.
getId
(),
oldDetail
,
newDetail
,
"投保退回更新缴费状态、缴费时间"
,
user
.
getNickname
());
}
//投保成功后再次投保退回,需要将保单生效日期、是否有效、是否过期置为空
//投保成功后再次投保退回,需要将保单生效日期、是否有效、是否过期置为空
if
(
detail
.
getSignFlag
()
==
CommonConstants
.
ONE_INT
){
if
(
detail
.
getSignFlag
()
==
CommonConstants
.
ONE_INT
){
detail
.
setHandledTime
(
null
);
detail
.
setHandledTime
(
null
);
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
View file @
699b4798
...
@@ -661,7 +661,7 @@ public class DoJointInsuranceTask {
...
@@ -661,7 +661,7 @@ public class DoJointInsuranceTask {
}
}
if
(
InsurancesConstants
.
ACTUAL_SETTLE_BILL
.
equals
(
param
.
getSettleType
())){
if
(
InsurancesConstants
.
ACTUAL_SETTLE_BILL
.
equals
(
param
.
getSettleType
())){
//应收=实缴的应支-预估的应收
//应收=实缴的应支-预估的应收
ys
=
BigDecimalUtils
.
s
afeSubtract
(
param
.
getActualPremium
(),
param
.
getEstimatePremium
()).
doubleValue
();
ys
=
BigDecimalUtils
.
s
ubtractAllowNegative
(
param
.
getActualPremium
(),
param
.
getEstimatePremium
()).
doubleValue
();
}
}
}
}
}
else
if
(
"0"
.
equals
(
param
.
getIsJfcd
())){
}
else
if
(
"0"
.
equals
(
param
.
getIsJfcd
())){
...
...
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