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
cfe35c55
Commit
cfe35c55
authored
Nov 18, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-商险续签待办3
parent
4d7c5874
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
TInsurancePreRenewDetail.java
...s/v1/yifu/insurances/entity/TInsurancePreRenewDetail.java
+8
-0
TInsuranceWarnServiceImpl.java
...ces/service/insurance/impl/TInsuranceWarnServiceImpl.java
+1
-0
TInsurancePreRenewDetailMapper.xml
...rces/mapper/insurances/TInsurancePreRenewDetailMapper.xml
+2
-0
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/entity/TInsurancePreRenewDetail.java
View file @
cfe35c55
...
@@ -208,6 +208,14 @@ public class TInsurancePreRenewDetail extends BaseEntity {
...
@@ -208,6 +208,14 @@ public class TInsurancePreRenewDetail extends BaseEntity {
@ExcelProperty
(
"险种名称"
)
@ExcelProperty
(
"险种名称"
)
@Schema
(
description
=
"险种名称"
)
@Schema
(
description
=
"险种名称"
)
private
String
insuranceTypeName
;
private
String
insuranceTypeName
;
/**
* 原购买标准
*/
@ExcelAttribute
(
name
=
"原购买标准"
,
maxLength
=
32
)
@Length
(
max
=
32
,
message
=
"原购买标准不能超过32个字符"
)
@ExcelProperty
(
"原购买标准"
)
@Schema
(
description
=
"原购买标准"
)
private
String
buyStandardOld
;
/**
/**
* 购买标准
* 购买标准
*/
*/
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceWarnServiceImpl.java
View file @
cfe35c55
...
@@ -326,6 +326,7 @@ public class TInsuranceWarnServiceImpl extends ServiceImpl<TInsuranceWarnMapper,
...
@@ -326,6 +326,7 @@ public class TInsuranceWarnServiceImpl extends ServiceImpl<TInsuranceWarnMapper,
detail
.
setConfigName
(
vo
.
getConfigName
());
detail
.
setConfigName
(
vo
.
getConfigName
());
detail
.
setInsuranceCompanyName
(
vo
.
getInsuranceCompanyName
());
detail
.
setInsuranceCompanyName
(
vo
.
getInsuranceCompanyName
());
detail
.
setInsuranceTypeName
(
vo
.
getInsuranceTypeName
());
detail
.
setInsuranceTypeName
(
vo
.
getInsuranceTypeName
());
detail
.
setBuyStandardOld
(
vo
.
getBuyStandard
());
detail
.
setBuyStandard
(
vo
.
getBuyStandard
());
detail
.
setBuyStandard
(
vo
.
getBuyStandard
());
detail
.
setInsuranceProvinceName
(
vo
.
getInsuranceProvinceName
());
detail
.
setInsuranceProvinceName
(
vo
.
getInsuranceProvinceName
());
detail
.
setInsuranceCityName
(
vo
.
getInsuranceCityName
());
detail
.
setInsuranceCityName
(
vo
.
getInsuranceCityName
());
...
...
yifu-insurances/yifu-insurances-biz/src/main/resources/mapper/insurances/TInsurancePreRenewDetailMapper.xml
View file @
cfe35c55
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
<result
property=
"configName"
column=
"CONFIG_NAME"
/>
<result
property=
"configName"
column=
"CONFIG_NAME"
/>
<result
property=
"insuranceCompanyName"
column=
"INSURANCE_COMPANY_NAME"
/>
<result
property=
"insuranceCompanyName"
column=
"INSURANCE_COMPANY_NAME"
/>
<result
property=
"insuranceTypeName"
column=
"INSURANCE_TYPE_NAME"
/>
<result
property=
"insuranceTypeName"
column=
"INSURANCE_TYPE_NAME"
/>
<result
property=
"buyStandardOld"
column=
"BUY_STANDARD_OLD"
/>
<result
property=
"buyStandard"
column=
"BUY_STANDARD"
/>
<result
property=
"buyStandard"
column=
"BUY_STANDARD"
/>
<result
property=
"insuranceProvinceName"
column=
"INSURANCE_PROVINCE_NAME"
/>
<result
property=
"insuranceProvinceName"
column=
"INSURANCE_PROVINCE_NAME"
/>
<result
property=
"insuranceCityName"
column=
"INSURANCE_CITY_NAME"
/>
<result
property=
"insuranceCityName"
column=
"INSURANCE_CITY_NAME"
/>
...
@@ -92,6 +93,7 @@
...
@@ -92,6 +93,7 @@
a.CONFIG_NAME,
a.CONFIG_NAME,
a.INSURANCE_COMPANY_NAME,
a.INSURANCE_COMPANY_NAME,
a.INSURANCE_TYPE_NAME,
a.INSURANCE_TYPE_NAME,
a.BUY_STANDARD_OLD,
a.BUY_STANDARD,
a.BUY_STANDARD,
a.INSURANCE_PROVINCE_NAME,
a.INSURANCE_PROVINCE_NAME,
a.INSURANCE_CITY_NAME,
a.INSURANCE_CITY_NAME,
...
...
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