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
bfe5d0ec
Commit
bfe5d0ec
authored
Jan 22, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
是否BPO结算模式字段同步-fxj
parent
fb078e3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DoJointInsuranceTask.java
...ud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
+3
-3
No files found.
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
View file @
bfe5d0ec
...
@@ -256,14 +256,14 @@ public class DoJointInsuranceTask {
...
@@ -256,14 +256,14 @@ public class DoJointInsuranceTask {
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getIsJfcd
())){
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getIsJfcd
())){
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getPaymentStatus
())
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
detail
.
getPaymentStatus
())
&&(
"
已收
"
.
equals
(
viewVo
.
getIncomeCollectFlag
())
&&(
"
0
"
.
equals
(
viewVo
.
getIncomeCollectFlag
())
||
"
垫付
"
.
equals
(
viewVo
.
getIncomeCollectFlag
()))){
||
"
2
"
.
equals
(
viewVo
.
getIncomeCollectFlag
()))){
detail
.
setBuyHandleStatus
(
CommonConstants
.
ONE_INT
);
detail
.
setBuyHandleStatus
(
CommonConstants
.
ONE_INT
);
detail
.
setPaymentStatus
(
CommonConstants
.
ONE_STRING
);
detail
.
setPaymentStatus
(
CommonConstants
.
ONE_STRING
);
detail
.
setPaymentTime
(
DateUtil
.
formatDatePatten
(
new
Date
(),
DateUtil
.
DATETIME_PATTERN_SECOND
));
detail
.
setPaymentTime
(
DateUtil
.
formatDatePatten
(
new
Date
(),
DateUtil
.
DATETIME_PATTERN_SECOND
));
}
}
if
(
CommonConstants
.
ONE_STRING
.
equals
(
detail
.
getPaymentStatus
())
if
(
CommonConstants
.
ONE_STRING
.
equals
(
detail
.
getPaymentStatus
())
&&
"
未收
"
.
equals
(
viewVo
.
getIncomeCollectFlag
())){
&&
"
1
"
.
equals
(
viewVo
.
getIncomeCollectFlag
())){
detail
.
setBuyHandleStatus
(
CommonConstants
.
SIX_INT
);
detail
.
setBuyHandleStatus
(
CommonConstants
.
SIX_INT
);
detail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
detail
.
setPaymentStatus
(
CommonConstants
.
ZERO_STRING
);
detail
.
setPaymentTime
(
CommonConstants
.
EMPTY_STRING
);
detail
.
setPaymentTime
(
CommonConstants
.
EMPTY_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