Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
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
xingmin
yd-csf
Commits
40d5b610
Commit
40d5b610
authored
Nov 04, 2025
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进33
parent
b77963f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentServiceImpl.java
+7
-0
yd-csf-service/src/main/java/com/yd/csf/service/model/Policy.java
+2
-2
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentServiceImpl.java
View file @
40d5b610
...
...
@@ -620,6 +620,13 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
policy
.
setPolicyBizId
(
policyBizId
);
policy
.
setPlanBizId
(
apiProductPlanMainInfoDto
.
getPlanBizId
());
policy
.
setStatus
(
PolicyStatusEnum
.
INFORCE
.
getItemValue
());
policy
.
setPaymentTerm
(
apiProductPlanMainInfoDto
.
getPaymentTerm
());
//首期保费(不含徽费,预缴保费)每期保费
policy
.
setInitialPremium
(
apiProductPlanMainInfoDto
.
getEachIssuePremium
());
//保险公司
policy
.
setInsurer
(
apiProductPlanMainInfoDto
.
getCompanyName
());
//是否预缴
policy
.
setIsPrepaid
(
apiProductPlanMainInfoDto
.
getIsPrepay
());
//转保声明选项(字典)
policy
.
setPolicyTransfer
(
policyTransfer
);
policy
.
setCreateTime
(
new
Date
());
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/Policy.java
View file @
40d5b610
...
...
@@ -85,7 +85,7 @@ public class Policy implements Serializable {
/**
* 供款年期(字典)
*/
private
Integer
paymentTerm
;
private
Object
paymentTerm
;
/**
* 付款频率(字典)
...
...
@@ -110,7 +110,7 @@ public class Policy implements Serializable {
/**
* 首期保费(不含徽费,预缴保费)
*/
private
Integer
initialPremium
;
private
Object
initialPremium
;
/**
* 签单日期
...
...
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