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
7f8e22bb
Commit
7f8e22bb
authored
Jan 24, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
见费出单逻辑-fxj
parent
1ef13017
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
DoJointInsuranceTask.java
...ud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
+2
-13
No files found.
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
View file @
7f8e22bb
...
...
@@ -248,8 +248,8 @@ public class DoJointInsuranceTask {
if
(
Common
.
isNotNull
(
viewVo
.
getId
()))
{
insuranceId
=
viewVo
.
getId
().
substring
(
0
,
19
);
detail
=
insuranceDetailMapper
.
selectById
(
insuranceId
);
log
.
error
(
"更新状态商险ID:"
+
detail
.
getId
()
+
"|"
+
insuranceId
);
if
(
Common
.
isNotNull
(
detail
))
{
log
.
error
(
"更新状态商险ID:"
+
detail
.
getId
()
+
"|"
+
insuranceId
);
TInsuranceDetail
detailOld
=
new
TInsuranceDetail
();
BeanCopyUtils
.
copyProperties
(
detail
,
detailOld
);
//判断订单类型是预估还是实缴
...
...
@@ -268,9 +268,7 @@ public class DoJointInsuranceTask {
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
// 这里就是EKP 同步已收及垫付后同步HRO的特殊处理
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getIsJfcd
())
&&
"0"
.
equals
(
vo
.
getPaymentStatsus
())){
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getPaymentStatus
())
&&(
"0"
.
equals
(
viewVo
.
getIncomeCollectFlag
())
||
"2"
.
equals
(
viewVo
.
getIncomeCollectFlag
()))){
if
(
CommonConstants
.
SIX_INT
==
detail
.
getBuyHandleStatus
().
intValue
()){
detail
.
setBuyHandleStatus
(
CommonConstants
.
ONE_INT
);
detail
.
setPaymentStatus
(
CommonConstants
.
ONE_STRING
);
detail
.
setPaymentTime
(
DateUtil
.
formatDatePatten
(
new
Date
(),
DateUtil
.
DATETIME_PATTERN_SECOND
));
...
...
@@ -289,15 +287,6 @@ public class DoJointInsuranceTask {
.
set
(
TInsurancePreRenewDetail:
:
getProcessStatus
,
CommonConstants
.
SEVEN_STRING
);
tInsurancePreRenewDetailMapper
.
update
(
null
,
updateReNewInfoWrapper
);
}
if
(
CommonConstants
.
ONE_STRING
.
equals
(
detail
.
getPaymentStatus
())
&&
"1"
.
equals
(
viewVo
.
getIncomeCollectFlag
())){
detail
.
setBuyHandleStatus
(
CommonConstants
.
SIX_INT
);
detail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
detail
.
setPaymentTime
(
CommonConstants
.
EMPTY_STRING
);
detail
.
setUpdateBy
(
"05501879fed711eca3540242ac110010"
);
detail
.
setUpdateTime
(
LocalDateTime
.
now
());
tBusinessOperateService
.
saveModificationRecord
(
detail
.
getId
(),
detailOld
,
detail
,
"收款结算单退单或撤销匹配同步更新投保状态为待缴费"
,
"EKP系统"
);
}
}
}
else
{
detail
.
setPaySettleFlag
(
viewVo
.
getPaySettleFlag
());
...
...
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