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
f2acd2c6
Commit
f2acd2c6
authored
Mar 20, 2026
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进-保障期限
parent
dc0e23de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/PolicyFollowServiceImpl.java
+3
-3
yd-csf-service/src/main/java/com/yd/csf/service/vo/PolicyFollowDetailVO.java
+1
-1
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/PolicyFollowServiceImpl.java
View file @
f2acd2c6
...
...
@@ -214,9 +214,9 @@ public class PolicyFollowServiceImpl extends ServiceImpl<PolicyFollowMapper, Pol
boolean
isPolicyNoUpdated
=
StringUtils
.
isBlank
(
oldPolicyNo
)
&&
StringUtils
.
isNotBlank
(
newPolicyNo
);
// 计算冷却期结束日期
if
(
policyFollowDto
.
getCoolingOffDays
()
!=
null
&&
policyFollowDto
.
getEffectiveDate
()
!=
null
)
{
policyFollow
.
setCoolingOffEndDate
(
DateUtil
.
offset
(
policyFollowDto
.
getEffectiveDate
(),
DateField
.
DAY_OF_MONTH
,
policyFollowDto
.
getCoolingOffDays
()));
}
//
if (policyFollowDto.getCoolingOffDays() != null && policyFollowDto.getEffectiveDate() != null) {
//
policyFollow.setCoolingOffEndDate(DateUtil.offset(policyFollowDto.getEffectiveDate(), DateField.DAY_OF_MONTH, policyFollowDto.getCoolingOffDays()));
//
}
// 获取当前登录用户
AuthUserDto
currentLoginUser
=
SecurityUtil
.
getCurrentLoginUser
();
...
...
yd-csf-service/src/main/java/com/yd/csf/service/vo/PolicyFollowDetailVO.java
View file @
f2acd2c6
...
...
@@ -176,7 +176,7 @@ public class PolicyFollowDetailVO implements Serializable {
* 保障期限
*/
@Schema
(
description
=
"保障期限"
)
private
Integer
guaranteePeriod
;
private
String
guaranteePeriod
;
/**
* 保额(重疾险)
...
...
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