Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataquality_doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王东
dataquality_doc
Commits
0d34279d
Commit
0d34279d
authored
Sep 22, 2022
by
王东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标计算承保字段调整
parent
c93fa3ba
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
43 deletions
+57
-43
XF_DWD/XF_DWD_ENDOR.sql
XF_DWD/XF_DWD_ENDOR.sql
+2
-2
XF_DWD/XF_DWD_POLICY.sql
XF_DWD/XF_DWD_POLICY.sql
+2
-2
XF_DWD/XF_DWD_REGIST.sql
XF_DWD/XF_DWD_REGIST.sql
+2
-2
XF_DWD/新核心车险保单-FM.sql
XF_DWD/新核心车险保单-FM.sql
+51
-37
No files found.
XF_DWD/XF_DWD_ENDOR.sql
View file @
0d34279d
...
@@ -41,6 +41,6 @@ select
...
@@ -41,6 +41,6 @@ select
s1
.
businessNo
,
-- 业务单号
s1
.
businessNo
,
-- 业务单号
t1
.
LEVEL1COMCODE
-- 分公司代码
t1
.
LEVEL1COMCODE
-- 分公司代码
from
ODS
.
ODS_KAFKA
.
ENDOR
s1
from
XF_ODS
.
XF_
ODS_KAFKA
.
ENDOR
s1
left
join
ZB_ODS
.
ZB
_ODS_MYSQL
.
CD_COM_ALL
for
system_time
as
of
s1
.
proctime
as
t1
on
s1
.
businessOffice
=
t1
.
COMCODE
left
join
XF_ODS
.
XF
_ODS_MYSQL
.
CD_COM_ALL
for
system_time
as
of
s1
.
proctime
as
t1
on
s1
.
businessOffice
=
t1
.
COMCODE
XF_DWD/XF_DWD_POLICY.sql
View file @
0d34279d
...
@@ -42,8 +42,8 @@ select
...
@@ -42,8 +42,8 @@ select
s1
.
actualId
,
-- 指标新增_唯一标识需验证
s1
.
actualId
,
-- 指标新增_唯一标识需验证
t1
.
LEVEL1COMCODE
-- 分公司代码
t1
.
LEVEL1COMCODE
-- 分公司代码
from
ODS
.
ODS_KAFKA
.
POLICY
s1
from
XF_ODS
.
XF_
ODS_KAFKA
.
POLICY
s1
left
join
ZB_ODS
.
ZB
_ODS_MYSQL
.
CD_COM_ALL
for
system_time
as
of
s1
.
proctime
as
t1
on
s1
.
businessOffice
=
t1
.
COMCODE
left
join
XF_ODS
.
XF
_ODS_MYSQL
.
CD_COM_ALL
for
system_time
as
of
s1
.
proctime
as
t1
on
s1
.
businessOffice
=
t1
.
COMCODE
...
...
XF_DWD/XF_DWD_REGIST.sql
View file @
0d34279d
...
@@ -4,7 +4,7 @@ select
...
@@ -4,7 +4,7 @@ select
DATE_FORMAT
(
LOCALTIMESTAMP
,
'yyyy-MM-dd HH:mm:ss'
)
as
log_time
,
-- 加工平台处理数据时间
DATE_FORMAT
(
LOCALTIMESTAMP
,
'yyyy-MM-dd HH:mm:ss'
)
as
log_time
,
-- 加工平台处理数据时间
t1
.
LEVEL1COMCODE
-- 分公司代码
t1
.
LEVEL1COMCODE
-- 分公司代码
from
ODS
.
ODS_KAFKA
.
POLICY
s1
from
XF_ODS
.
XF_
ODS_KAFKA
.
POLICY
s1
left
join
ZB_ODS
.
ZB
_ODS_MYSQL
.
CD_COM_ALL
for
system_time
as
of
s1
.
proctime
as
t1
on
s1
.
businessOffice
=
t1
.
COMCODE
left
join
XF_ODS
.
XF
_ODS_MYSQL
.
CD_COM_ALL
for
system_time
as
of
s1
.
proctime
as
t1
on
s1
.
businessOffice
=
t1
.
COMCODE
XF_DWD/新核心车险保单-FM.sql
View file @
0d34279d
{
"systemName"
:
"流计算平台"
,
"systemCode"
:
"D030"
,
"sendTime"
:
"${.now?string("
yyyy
-
MM
-
dd
HH
:
mm
:
ss
")}"
,
"msgCode"
:
"carpolicy"
"msgName"
:
"新核心车险保单信息"
,
"data"
:[
{
"policyNo"
:
"${policyNo!}"
<#
-- "xx",//保单号 --> ,"businessNo" :"${businessNo!}" <#-- "xx",//业务号 --> ,"underWriteEndDate" :"${policyCreatDate!?c}" <#-- "xx",//核保通过时间 --> ,"comCode" :"${businessOffice!}" <#-- "xx",//保单归属机构代码 --> ,"comName" :"${businessOfficeName!}" <#-- "xx",//保单归属机构名称 --> ,"riskCode" :"${productCode!}" <#-- "xx",//险种代码 --> ,"businessNature" :"${businessNatureCode!}" <#-- "xx",//业务来源 --> ,"startDate" :"${startTime!?c}" <#-- "xx",//起保时间 --> ,"endDate" :"${endTime!?c}" <#-- "xx",//终保时间 --> ,"sumPremium" :"${netPremium!}" <#-- "xx",//不含税保费 --> ,"premium" :"${premium!}" <#-- "xx",//含税保费 --> ,"licenseNo" :"${plcCar05.licensePlateNo!}" <#-- "xx",//车牌号 --> ,"frameNo" :"${plcCar05.frameNo!}" <#-- "xx",//车架号 --> ,"modelCode" :"${plcCar05.vehicleId!}" <#-- "xx",//车型 --> ,"newVehicleFlag" :"${plcCar05.newVehicleFlag!}" <#-- "xx",//新车标识 --> ,"appliName" :"<#if plcApplicant??><#list plcApplicant as s1>${s1.customerName}<#if plcApplicant?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//投保人名称 --> ,"insuredName" :"<#if plcPublicInsurant??><#list plcPublicInsurant as s1>${s1.customerName}<#if plcPublicInsurant?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//被保人名称 --> ,"newPolicyFlag" :"${newPolicyFlag!}" <#-- "xx",//新保标识 --> ,"autoTransreNewFlag" :"${autoTransrenewFlag!}" <#-- "xx",//自动续保标识 --> ,"transferPolicyFlag" :"${transferPolicyFlag!}" <#-- "xx",//转保标识 --> ,"transreNewFlag" : "${transrenewFlag!}" <#-- "xx",//续保标识 --> ,"artifSelfPricesRat" :"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifSelfPricesRat}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//自主定价系数 --> ,"artifReviewPrem" :"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifReviewPrem}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//总保费 --> ,"agentFee" :"<#if plcSolution??><#list plcSolution as s1><#list s1.plcCommissionDetail as item>${item.agentFee}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#list></#if>" <#-- "xx",//手续费含税金额 --> ,"agentNetFee" :"<#if plcSolution??><#list plcSolution as s1><#list s1.plcCommissionDetail as item>${item.agentNetFee}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#list></#if>" <#-- "xx",//手续费不含税金额 --> ,"agentComCode" :"${saleaman!}" <#-- "xx",//代理机构代码 --> ,"agentComName" :"${saleamanName!}" <#-- "xx",//代理机构名称 --> ,"newChnlType" :"${businessChannelCode!}" <#-- "xx",//清分后渠道 --> ,"carKindCode" :"${plcCar05.carKindCode!}" <#-- "xx",//车辆种类 --> ,"useNatureCode" :"${plcCar05.carUserNatureCode!}" <#-- "xx",//车辆使用性质 --> ,"policySort" :"${policySort!}" <#-- "xx",//保单种类 --> ,"actualvalue" :"${plcCar05.actualvalue!}" <#-- "xx",//实际价值 --> ,"businessType" :"${businessType!}" <#-- "xx",//业务类型 --> }]}
{
"systemName"
:
"流计算平台"
,
"systemCode"
:
"D030"
,
"sendTime"
:
"${.now?string("
yyyy
-
MM
-
dd
HH
:
mm
:
ss
")}"
,
"msgCode"
:
"carpolicy"
"msgName"
:
"新核心车险保单信息"
,
"data"
:[
{
"policyNo"
:
"${policyNo!}"
<#
-- "xx",//保单号 --> ,"businessNo" :"${businessNo!}" <#-- "xx",//业务号 --> ,"underWriteEndDate" :"${policyCreatDate!}" <#-- "xx",//核保通过时间 --> ,"comCode" :"${businessOffice!}" <#-- "xx",//保单归属机构代码 --> ,"comName" :"${businessOfficeName!}" <#-- "xx",//保单归属机构名称 --> ,"riskCode" :"${productCode!}" <#-- "xx",//险种代码 --> ,"businessNature" :"${businessNatureCode!}" <#-- "xx",//业务来源 --> ,"startDate" :"${startTime!}" <#-- "xx",//起保时间 --> ,"endDate" :"${endTime!}" <#-- "xx",//终保时间 --> ,"sumPremium" :"${netPremium!}" <#-- "xx",//不含税保费 --> ,"premium" :"${premium!}" <#-- "xx",//含税保费 --> ,"licenseNo" :"${plcCar05.licensePlateNo!}" <#-- "xx",//车牌号 --> ,"frameNo" :"${plcCar05.frameNo!}" <#-- "xx",//车架号 --> ,"modelCode" :"${plcCar05.vehicleId!}" <#-- "xx",//车型 --> ,"newVehicleFlag" :"${plcCar05.newVehicleFlag!}" <#-- "xx",//新车标识 --> ,"appliName" :"<#if plcApplicant??><#list plcApplicant as s1>${s1.customerName}<#if plcApplicant?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//投保人名称 --> ,"insuredName" :"<#if plcPublicInsurant??><#list plcPublicInsurant as s1>${s1.customerName}<#if plcPublicInsurant?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//被保人名称 --> ,"newPolicyFlag" :"${newPolicyFlag!}" <#-- "xx",//新保标识 --> ,"autoTransreNewFlag" :"${autoTransrenewFlag!}" <#-- "xx",//自动续保标识 --> ,"transferPolicyFlag" :"${transferPolicyFlag!}" <#-- "xx",//转保标识 --> ,"transreNewFlag" : "${transrenewFlag!}" <#-- "xx",//续保标识 --> ,"artifSelfPricesRat" :"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifSelfPricesRat}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//自主定价系数 --> ,"artifReviewPrem" :"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifReviewPrem}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//总保费 --> ,"agentFee" :"<#if plcSolution??><#list plcSolution as s1><#list s1.plcCommissionDetail as item>${item.agentFee}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#list></#if>" <#-- "xx",//手续费含税金额 --> ,"agentNetFee" :"<#if plcSolution??><#list plcSolution as s1><#list s1.plcCommissionDetail as item>${item.agentNetFee}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#list></#if>" <#-- "xx",//手续费不含税金额 --> ,"agentComCode" :"${saleaman!}" <#-- "xx",//代理机构代码 --> ,"agentComName" :"${saleamanName!}" <#-- "xx",//代理机构名称 --> ,"newChnlType" :"${businessChannelCode!}" <#-- "xx",//清分后渠道 --> ,"carKindCode" :"${plcCar05.carKindCode!}" <#-- "xx",//车辆种类 --> ,"useNatureCode" :"${plcCar05.carUserNatureCode!}" <#-- "xx",//车辆使用性质 --> ,"policySort" :"${policySort!}" <#-- "xx",//保单种类 --> ,"actualvalue" :"${plcCar05.actualvalue!}" <#-- "xx",//实际价值 --> ,"businessType" :"${businessType!}" <#-- "xx",//业务类型 --> }]}
{
"systemName"
:
"流计算平台"
,
"systemCode"
:
"D030"
,
"sendTime"
:
"${.now?string("
yyyy
-
MM
-
dd
HH
:
mm
:
ss
")}"
,
"msgCode"
:
"carpolicy"
"msgName"
:
"新核心车险保单信息"
,
"data"
:[
{
"policyNo"
:
"${policyNo!}"
<#
-- "xx",//保单号 --> ,"businessNo" :"${businessNo!}" <#-- "xx",//业务号 --> ,"underWriteEndDate" :"${policyCreatDate!}" <#-- "xx",//核保通过时间 --> ,"comCode" :"${businessOffice!}" <#-- "xx",//保单归属机构代码 --> ,"comName" :"${businessOfficeName!}" <#-- "xx",//保单归属机构名称 --> ,"riskCode" :"${productCode!}" <#-- "xx",//险种代码 --> ,"businessNature" :"${businessNatureCode!}" <#-- "xx",//业务来源 --> ,"startDate" :"${startTime!}" <#-- "xx",//起保时间 --> ,"endDate" :"${endTime!}" <#-- "xx",//终保时间 --> ,"sumPremium" :"${netPremium!}" <#-- "xx",//不含税保费 --> ,"premium" :"${premium!}" <#-- "xx",//含税保费 --> ,"licenseNo" :"${plcCar05.licensePlateNo!}" <#-- "xx",//车牌号 --> ,"frameNo" :"${plcCar05.frameNo!}" <#-- "xx",//车架号 --> ,"modelCode" :"${plcCar05.vehicleId!}" <#-- "xx",//车型 --> ,"newVehicleFlag" :"${plcCar05.newVehicleFlag!}" <#-- "xx",//新车标识 --> ,"appliName" :"<#if plcApplicant??><#list plcApplicant as s1>${s1.customerName!}<#if plcApplicant?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//投保人名称 --> ,"insuredName" :"<#if plcPublicInsurant??><#list plcPublicInsurant as s1>${s1.customerName!}<#if plcPublicInsurant?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//被保人名称 --> ,"newPolicyFlag" :"${newPolicyFlag!}" <#-- "xx",//新保标识 --> ,"autoTransreNewFlag" :"${autoTransrenewFlag!}" <#-- "xx",//自动续保标识 --> ,"transferPolicyFlag" :"${transferPolicyFlag!}" <#-- "xx",//转保标识 --> ,"transreNewFlag" : "${transrenewFlag!}" <#-- "xx",//续保标识 --> ,"agentComCode" :"${saleaman!}" <#-- "xx",//代理机构代码 --> ,"agentComName" :"${saleamanName!}" <#-- "xx",//代理机构名称 --> ,"newChnlType" :"${businessChannelCode!}" <#-- "xx",//清分后渠道 --> ,"carKindCode" :"${plcCar05.carKindCode!}" <#-- "xx",//车辆种类 --> ,"useNatureCode" :"${plcCar05.carUserNatureCode!}" <#-- "xx",//车辆使用性质 --> ,"policySort" :"${policySort!}" <#-- "xx",//保单种类 --> ,"actualvalue" :"${plcCar05.actualvalue!}" <#-- "xx",//实际价值 --> ,"businessType" :"${businessType!}" <#-- "xx",//业务类型 --> }]}
{
"systemName"
:
"流计算平台"
,
"systemCode"
:
"D030"
,
"sendTime"
:
"${.now?string("
yyyy
-
MM
-
dd
HH
:
mm
:
ss
")}"
,
"msgCode"
:
"carpolicy"
"msgName"
:
"新核心车险保单信息"
,
"data"
:[
{
"policyNo"
:
"${policyNo!}"
<#
-- "xx",//保单号 --> ,"businessNo" :"${businessNo!}" <#-- "xx",//业务号 --> ,"underWriteEndDate" :"${policyCreatDate!}" <#-- "xx",//核保通过时间 --> ,"comCode" :"${businessOffice!}" <#-- "xx",//保单归属机构代码 --> ,"comName" :"${businessOfficeName!}" <#-- "xx",//保单归属机构名称 --> ,"riskCode" :"${productCode!}" <#-- "xx",//险种代码 --> ,"businessNature" :"${businessNatureCode!}" <#-- "xx",//业务来源 --> ,"startDate" :"${startTime!}" <#-- "xx",//起保时间 --> ,"endDate" :"${endTime!}" <#-- "xx",//终保时间 --> ,"sumPremium" :"${netPremium!}" <#-- "xx",//不含税保费 --> ,"premium" :"${premium!}" <#-- "xx",//含税保费 --> ,"licenseNo" :"${plcCar05.licensePlateNo!}" <#-- "xx",//车牌号 --> ,"frameNo" :"${plcCar05.frameNo!}" <#-- "xx",//车架号 --> ,"modelCode" :"${plcCar05.vehicleId!}" <#-- "xx",//车型 --> ,"newVehicleFlag" :"${plcCar05.newVehicleFlag!}" <#-- "xx",//新车标识 --> ,"newPolicyFlag" :"${newPolicyFlag!}" <#-- "xx",//新保标识 --> ,"autoTransreNewFlag" :"${autoTransrenewFlag!}" <#-- "xx",//自动续保标识 --> ,"transferPolicyFlag" :"${transferPolicyFlag!}" <#-- "xx",//转保标识 --> ,"transreNewFlag" : "${transrenewFlag!}" <#-- "xx",//续保标识 --> ,"artifSelfPricesRat" :"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifSelfPricesRat!}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//自主定价系数 --> ,"artifReviewPrem" :"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifReviewPrem!}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//总保费 --> ,"agentFee" :"<#if plcSolution??><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item>${item.agentFee!}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#if></#list></#if>" <#-- "xx",//手续费含税金额 --> ,"agentNetFee" :"<#if plcSolution??><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item>${item.agentNetFee!}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#if></#list></#if>" <#-- "xx",//手续费不含税金额 --> ,"agentComCode" :"${saleaman!}" <#-- "xx",//代理机构代码 --> ,"agentComName" :"${saleamanName!}" <#-- "xx",//代理机构名称 --> ,"newChnlType" :"${businessChannelCode!}" <#-- "xx",//清分后渠道 --> ,"carKindCode" :"${plcCar05.carKindCode!}" <#-- "xx",//车辆种类 --> ,"useNatureCode" :"${plcCar05.carUserNatureCode!}" <#-- "xx",//车辆使用性质 --> ,"policySort" :"${policySort!}" <#-- "xx",//保单种类 --> ,"actualvalue" :"${plcCar05.actualvalue!}" <#-- "xx",//实际价值 --> ,"businessType" :"${businessType!}" <#-- "xx",//业务类型 --> }]}
{
{
...
@@ -8,39 +14,39 @@
...
@@ -8,39 +14,39 @@
"msgCode"
:
"carpolicy"
"msgCode"
:
"carpolicy"
"msgName"
:
"新核心车险保单信息"
,
"msgName"
:
"新核心车险保单信息"
,
"data"
:[
{
"data"
:[
{
"policyNo"
:
"${policyNo!}"
<#
-- "xx",//保单号 -->
"policyNo"
:
${
policyNo
!
}
<#
-- "xx",//保单号 -->
,
"businessNo"
:
"${businessNo!}"
<#
-- "xx",//业务号 -->
,
"businessNo"
:
${
businessNo
!
}
<#
-- "xx",//业务号 -->
,
"underWriteEndDate"
:
"${policyCreatDate!?c}"
<#
-- "xx",//核保通过时间 -->
,
"underWriteEndDate"
:
${
policyCreatDate
!
}
<#
-- "xx",//核保通过时间 -->
,
"comCode"
:
"${businessOffice!}"
<#
-- "xx",//保单归属机构代码 -->
,
"comCode"
:
${
businessOffice
!
}
<#
-- "xx",//保单归属机构代码 -->
,
"comName"
:
"${businessOfficeName!}"
<#
-- "xx",//保单归属机构名称 -->
,
"comName"
:
${
businessOfficeName
!
}
<#
-- "xx",//保单归属机构名称 -->
,
"riskCode"
:
"${productCode!}"
<#
-- "xx",//险种代码 -->
,
"riskCode"
:
${
productCode
!
}
<#
-- "xx",//险种代码 -->
,
"businessNature"
:
"${businessNatureCode!}"
<#
-- "xx",//业务来源 -->
,
"businessNature"
:
${
businessNatureCode
!
}
<#
-- "xx",//业务来源 -->
,
"startDate"
:
"${startTime!?c}"
<#
-- "xx",//起保时间 -->
,
"startDate"
:
${
startTime
!
}
<#
-- "xx",//起保时间 -->
,
"endDate"
:
"${endTime!?c}"
<#
-- "xx",//终保时间 -->
,
"endDate"
:
${
endTime
!
}
<#
-- "xx",//终保时间 -->
,
"sumPremium"
:
"${netPremium!}"
<#
-- "xx",//不含税保费 -->
,
"sumPremium"
:
${
netPremium
!
}
<#
-- "xx",//不含税保费 -->
,
"premium"
:
"${premium!}"
<#
-- "xx",//含税保费
-->
,
"premium"
:
${
premium
!
}
<#
-- "xx",//含税保费
-->
,
"licenseNo"
:
"${plcCar05.licensePlateNo!}"
<#
-- "xx",//车牌号
-->
,
"licenseNo"
:
${
plcCar05
.
licensePlateNo
!
}
<#
-- "xx",//车牌号
-->
,
"frameNo"
:
"${plcCar05.frameNo!}"
<#
-- "xx",//车架号
-->
,
"frameNo"
:
${
plcCar05
.
frameNo
!
}
<#
-- "xx",//车架号
-->
,
"modelCode"
:
"${plcCar05.vehicleId!}"
<#
-- "xx",//车型
-->
,
"modelCode"
:
${
plcCar05
.
vehicleId
!
}
<#
-- "xx",//车型
-->
,
"newVehicleFlag"
:
"${plcCar05.newVehicleFlag!}"
<#
-- "xx",//新车标识
-->
,
"newVehicleFlag"
:
${
plcCar05
.
newVehicleFlag
!
}
<#
-- "xx",//新车标识
-->
,
"appliName"
:
"<#if plcApplicant??><#list plcApplicant as s1>${s1.customerName}<#if plcApplicant?size-1 gt s1?index >|</#if></#list></#if>"
<#
-- "xx",//投保人名称
-->
,
"appliName"
:
<#
if
plcApplicant
??><#
list
plcApplicant
as
s1
>
${
s1
.
customerName
!
}
<#
if
plcApplicant
?
size
-
1
gt
s1
?
index
>|</#
if
></#
list
></#
if
>
<#
-- "xx",//投保人名称
-->
,
"insuredName"
:
"<#if plcPublicInsurant??><#list plcPublicInsurant as s1>${s1.customerName}<#if plcPublicInsurant?size-1 gt s1?index >|</#if></#list></#if>"
<#
-- "xx",//被保人名称
-->
,
"insuredName"
:
<#
if
plcPublicInsurant
??><#
list
plcPublicInsurant
as
s1
>
${
s1
.
customerName
!
}
<#
if
plcPublicInsurant
?
size
-
1
gt
s1
?
index
>|</#
if
></#
list
></#
if
>
<#
-- "xx",//被保人名称
-->
,
"newPolicyFlag"
:
"${newPolicyFlag!}"
<#
-- "xx",//新保标识
-->
,
"newPolicyFlag"
:
${
newPolicyFlag
!
}
<#
-- "xx",//新保标识
-->
,
"autoTransreNewFlag"
:
"${autoTransrenewFlag!}"
<#
-- "xx",//自动续保标识
-->
,
"autoTransreNewFlag"
:
${
autoTransrenewFlag
!
}
<#
-- "xx",//自动续保标识
-->
,
"transferPolicyFlag"
:
"${transferPolicyFlag!}"
<#
-- "xx",//转保标识
-->
,
"transferPolicyFlag"
:
${
transferPolicyFlag
!
}
<#
-- "xx",//转保标识
-->
,
"transreNewFlag"
:
"${transrenewFlag!}"
<#
-- "xx",//续保标识
-->
,
"transreNewFlag"
:
${
transrenewFlag
!
}
<#
-- "xx",//续保标识
-->
,
"artifSelfPricesRat"
:
"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifSelfPricesRat}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>"
<#
-- "xx",//自主定价系数
-->
,
"artifSelfPricesRat"
:
<#
if
plcSolution
??><#
list
plcSolution
as
s1
>
${
s1
.
PlcRation
.
artifSelfPricesRat
!
}
<#
if
plcSolution
?
size
-
1
gt
s1
?
index
>|</#
if
></#
list
></#
if
>
<#
-- "xx",//自主定价系数
-->
,
"artifReviewPrem"
:
"<#if plcSolution??><#list plcSolution as s1>${s1.PlcRation.artifReviewPrem}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>"
<#
-- "xx",//总保费
-->
,
"artifReviewPrem"
:
<#
if
plcSolution
??><#
list
plcSolution
as
s1
>
${
s1
.
PlcRation
.
artifReviewPrem
!
}
<#
if
plcSolution
?
size
-
1
gt
s1
?
index
>|</#
if
></#
list
></#
if
>
<#
-- "xx",//总保费
-->
,
"agentFee"
:
"<#if plcSolution??><#list plcSolution as s1><#list s1.plcCommissionDetail as item>${item.agentFee}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#list></#if>"
<#
-- "xx",//手续费含税金额 -->
,
"agentFee"
:
<#
if
plcSolution
??><#
list
plcSolution
as
s1
><#
if
s1
.
plcCommissionDetail
??><#
list
s1
.
plcCommissionDetail
as
item
>
${
item
.
agentFee
!
}
<#
if
s1
.
plcCommissionDetail
?
size
-
1
gt
item
?
index
>|</#
if
></#
list
></#
if
></#
list
></#
if
>
<#
-- "xx",//手续费含税金额 -->
,
"agentNetFee"
:
"<#if plcSolution??><#list plcSolution as s1><#list s1.plcCommissionDetail as item>${item.agentNetFee}<#if s1.plcCommissionDetail?size-1 gt item?index >|</#if></#list></#list></#if>"
<#
-- "xx",//手续费不含税金额 -->
,
"agentNetFee"
:
<#
if
plcSolution
??><#
list
plcSolution
as
s1
><#
if
s1
.
plcCommissionDetail
??><#
list
s1
.
plcCommissionDetail
as
item
>
${
item
.
agentNetFee
!
}
<#
if
s1
.
plcCommissionDetail
?
size
-
1
gt
item
?
index
>|</#
if
></#
list
></#
if
></#
list
></#
if
>
<#
-- "xx",//手续费不含税金额 -->
,
"agentComCode"
:
"${saleaman!}"
<#
-- "xx",//代理机构代码
-->
,
"agentComCode"
:
${
saleaman
!
}
<#
-- "xx",//代理机构代码
-->
,
"agentComName"
:
"${saleamanName!}"
<#
-- "xx",//代理机构名称
-->
,
"agentComName"
:
${
saleamanName
!
}
<#
-- "xx",//代理机构名称
-->
,
"newChnlType"
:
"${businessChannelCode!}"
<#
-- "xx",//清分后渠道
-->
,
"newChnlType"
:
${
businessChannelCode
!
}
<#
-- "xx",//清分后渠道
-->
,
"carKindCode"
:
"${plcCar05.carKindCode!}"
<#
-- "xx",//车辆种类
-->
,
"carKindCode"
:
${
plcCar05
.
carKindCode
!
}
<#
-- "xx",//车辆种类
-->
,
"useNatureCode"
:
"${plcCar05.carUserNatureCode!}"
<#
-- "xx",//车辆使用性质
-->
,
"useNatureCode"
:
${
plcCar05
.
carUserNatureCode
!
}
<#
-- "xx",//车辆使用性质
-->
,
"policySort"
:
"${policySort!}"
<#
-- "xx",//保单种类
-->
,
"policySort"
:
${
policySort
!
}
<#
-- "xx",//保单种类
-->
,
"actualvalue"
:
"${plcCar05.actualvalue!}"
<#
-- "xx",//实际价值
-->
,
"actualvalue"
:
${
plcCar05
.
actualvalue
!
}
<#
-- "xx",//实际价值
-->
,
"businessType"
:
"${businessType!}"
<#
-- "xx",//业务类型
-->
,
"businessType"
:
${
businessType
!
}
<#
-- "xx",//业务类型
-->
}
]
}
]
}
}
...
@@ -51,13 +57,13 @@
...
@@ -51,13 +57,13 @@
"endorseNo"
:
"123"
,
"endorseNo"
:
"123"
,
"policyNo"
:
"123123"
,
"policyNo"
:
"123123"
,
"businessNo"
:
"21321"
,
"businessNo"
:
"21321"
,
"policyCreatDate"
:
1675353600000
,
"policyCreatDate"
:
"1675353600000"
,
"businessOffice"
:
"123"
,
"businessOffice"
:
"123"
,
"businessOfficeName"
:
"123123"
,
"businessOfficeName"
:
"123123"
,
"productCode"
:
"0521"
,
"productCode"
:
"0521"
,
"businessNatureCode"
:
"b"
,
"businessNatureCode"
:
"b"
,
"startTime"
:
1675353600000
,
"startTime"
:
"1675353600000"
,
"endTime"
:
1675353600000
,
"endTime"
:
"1675353600000"
,
"netPremium"
:
"313.32"
,
"netPremium"
:
"313.32"
,
"premium"
:
"332.12"
,
"premium"
:
"332.12"
,
"plcCar05"
:
{
"plcCar05"
:
{
...
@@ -95,6 +101,14 @@
...
@@ -95,6 +101,14 @@
"plcCommissionDetail"
:
[
{
"plcCommissionDetail"
:
[
{
"agentFee"
:
"28.2"
,
"agentFee"
:
"28.2"
,
"agentNetFee"
:
"28.2"
"agentNetFee"
:
"28.2"
}
,
{
"agentFee"
:
"28.2"
,
"agentNetFee"
:
"28.2"
}
,
{
"agentFee"
:
"28.2"
,
"agentNetFee"
:
"28.2"
}
]
}
]
}
],
}
],
"saleaman"
:
"87503064-0"
,
"saleaman"
:
"87503064-0"
,
...
...
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