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
888b2ef2
Commit
888b2ef2
authored
Oct 13, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
a06fa79a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/excel/ApiExcelImportAppointmentDto.java
+3
-3
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/excel/ApiExcelImportAppointmentDto.java
View file @
888b2ef2
...
@@ -495,7 +495,7 @@ public class ApiExcelImportAppointmentDto {
...
@@ -495,7 +495,7 @@ public class ApiExcelImportAppointmentDto {
infoDto
.
setHkMobileCode
(
StringUtil
.
getSplitStr
(
dto
.
getHkHkMobile
(),
"-"
,
0
));
infoDto
.
setHkMobileCode
(
StringUtil
.
getSplitStr
(
dto
.
getHkHkMobile
(),
"-"
,
0
));
infoDto
.
setHkMobile
(
StringUtil
.
getSplitStr
(
dto
.
getHkHkMobile
(),
"-"
,
1
));
infoDto
.
setHkMobile
(
StringUtil
.
getSplitStr
(
dto
.
getHkHkMobile
(),
"-"
,
1
));
//是否体检
//是否体检
infoDto
.
setIsTj
(
Integer
.
valueOf
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
infoDto
.
setIsTj
(
Integer
.
getInteger
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
DictTypeEnum
.
SYS_NO_YES
.
getItemValue
(),
dto
.
getMainIsTj
())));
DictTypeEnum
.
SYS_NO_YES
.
getItemValue
(),
dto
.
getMainIsTj
())));
//会面地点
//会面地点
infoDto
.
setMeetingPoint
(
dto
.
getHkMeetingPoint
());
infoDto
.
setMeetingPoint
(
dto
.
getHkMeetingPoint
());
...
@@ -528,10 +528,10 @@ public class ApiExcelImportAppointmentDto {
...
@@ -528,10 +528,10 @@ public class ApiExcelImportAppointmentDto {
infoDto
.
setInitialPaymentMethod
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
infoDto
.
setInitialPaymentMethod
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
DictTypeEnum
.
CSF_AP_FIRST_ISSUE
.
getItemValue
(),
dto
.
getPlanInitialPaymentMethod
()));
DictTypeEnum
.
CSF_AP_FIRST_ISSUE
.
getItemValue
(),
dto
.
getPlanInitialPaymentMethod
()));
//是否参加递增保障权益->是否參加遞增保障權益/通脹加保權益
//是否参加递增保障权益->是否參加遞增保障權益/通脹加保權益
infoDto
.
setIsJoin
(
Integer
.
valueOf
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
infoDto
.
setIsJoin
(
Integer
.
getInteger
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
DictTypeEnum
.
SYS_NO_YES
.
getItemValue
(),
dto
.
getPlanIsJoin
())));
DictTypeEnum
.
SYS_NO_YES
.
getItemValue
(),
dto
.
getPlanIsJoin
())));
//是否预缴保费->是否預繳保費 (如是,請填寫首期保費以外的剩餘保費)(是否预缴保费: 0-否, 1-是(字典)(产品计划信息表))
//是否预缴保费->是否預繳保費 (如是,請填寫首期保費以外的剩餘保費)(是否预缴保费: 0-否, 1-是(字典)(产品计划信息表))
infoDto
.
setIsPrepay
(
Integer
.
valueOf
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
infoDto
.
setIsPrepay
(
Integer
.
getInteger
(
GetDictItemListByDictTypeResponse
.
getItemValue
(
dictTypeResponses
,
DictTypeEnum
.
SYS_NO_YES
.
getItemValue
(),
dto
.
getPlanIsPrepay
())));
DictTypeEnum
.
SYS_NO_YES
.
getItemValue
(),
dto
.
getPlanIsPrepay
())));
//付款频率
//付款频率
infoDto
.
setPaymentFrequency
(
dto
.
getPlanPaymentFrequency
());
infoDto
.
setPaymentFrequency
(
dto
.
getPlanPaymentFrequency
());
...
...
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