Commit 4b661429 authored by 王东's avatar 王东

指标计算承保字段调整

parent d11bed2f
-- XF_CK_TAB_COMMEN XF_CK_下发结果表
insert into XF_CK.XF_CK_MYSQL.TAB_COMMEN -- 动态调整TOPIC
select
'江苏' as comname ,
'陕西' as comname ,
systemName ,
systemCode ,
sendTime ,
......
{
"systemName":"流计算平台",
"systemCode":"D030",
"sendTime":"${.now?string("yyyy-MM-dd HH:mm:ss")}",
"msgCode":"carpolicy",
"msgName":"新核心车险保单信息",
"data":[{
"frameNo":"<#if plcCar05??>${plcCar05.frameNo!}</#if>" <#-- 车架号 -->
,"agentComCode":"${saleaman!}" <#-- 代理机构代码 -->
,"licenseNo":"<#if plcCar05??>${plcCar05.licensePlateNo!}</#if>" <#-- 车牌号 -->
,"endDate":"${endTime!}" <#-- 终保时间 -->
,"newPolicyFlag":"${newPolicyFlag!}" <#-- 新保标识 -->
,"policyNo":"<#if policyNo??>${policyNo!}<#else>${businessNo!}</#if>" <#-- 保单号 -->
,"policySort":"${policySort!}" <#-- 保单种类 -->
,"artifSelfPricesRat":"<#if plcSolution??><#list plcSolution as s1><#if s1.PlcRation.artifSelfPricesRat??><#if s1.PlcRation.artifSelfPricesRat=="">1</#if></#if>${s1.PlcRation.artifSelfPricesRat!"1"}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- 自主定价系数 -->
,"modelCode":"<#if plcCar05??>${plcCar05.vehicleId!}</#if>" <#-- 车型 -->
,"comCode":"${businessOffice!}" <#-- 保单归属机构代码 -->
,"insuredName":"<#if plcPublicInsurant??><#assign a="0" /><#list plcPublicInsurant as s1><#if plcPublicInsurant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a=="1">|</#if>${s1.customerName!}<#assign a="1" /></#list></#if>" <#-- 被保人名称 -->
,"transferPolicyFlag":"${transferPolicyFlag!}" <#-- 转保标识 -->
,"riskCode":"${productCode!}" <#-- 险种代码 -->
,"agentNetFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentNetFee?? && item.agentNetFee!="" && a=="1">|</#if>${item.agentNetFee!}<#assign a="1" /></#list></#if></#list></#if>" <#-- 手续费不含税金额 -->
,"agentComName":"${saleamanName!}" <#-- 代理机构名称 -->
,"businessNature":"${businessNatureCode!}" <#-- 业务来源 -->
,"useNatureCode":"<#if plcCar05??>${plcCar05.carUserNatureCode!}</#if>" <#-- 车辆使用性质 -->
,"appliName":"<#if plcApplicant??><#assign a="0" /><#list plcApplicant as s1><#if plcApplicant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a == "1" >|</#if>${s1.customerName!}<#assign a="1" /></#list></#if>" <#-- 投保人名称 -->
,"newChnlType":"${businessChannelCode!}" <#-- 清分后渠道 -->
,"carKindCode":"<#if plcCar05??>${plcCar05.carKindCode!}</#if>" <#-- 车辆种类 -->
,"sumPremium":"${netPremium!}" <#-- 不含税保费 -->
,"underWriteEndDate":"${policyCreatDate!}" <#-- 核保通过时间 -->
,"autoTransreNewFlag":"${autoTransrenewFlag!}" <#-- 自动续保标识 -->
,"transreNewFlag":"${transrenewFlag!}" <#-- 续保标识 -->
,"comName":"${businessOfficeName!}" <#-- 保单归属机构名称 -->
,"startDate":"${startTime!}" <#-- 起保时间 -->
}]
}
[
{
"frameNo": "LZWADAGA3HB117596",
"agentComCode": "89914904-8",
"licenseNo": "桂DM6970",
"endDate": "1700496000000",
"newPolicyFlag": "0",
"policyNo": "6605072022450422002749",
"policySort": "0",
"artifSelfPricesRat": "1",
"modelCode": "BJGADD0024",
"comCode": "4504223601",
"insuredName": "黄定志",
"transferPolicyFlag": "0",
"riskCode": "0507",
"agentNetFee": "22.83",
"agentComName": "中国人寿保险股份有限公司梧州分公司",
"businessNature": "b",
"useNatureCode": "8A",
"appliName": "黄定志",
"newChnlType": "03",
"carKindCode": "A0",
"sumPremium": "570.75",
"underWriteEndDate": "1667892507448",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "梧州藤县县支公司互动渠道藤县一部",
"startDate": "1668960000000"
}
]
\ No newline at end of file
{
"systemName":"流计算平台",
"systemCode":"D030",
"sendTime":"${.now?string("yyyy-MM-dd HH:mm:ss")}",
"msgCode":"carpolicy",
"msgName":"新核心车险保单信息",
"data":[{
"frameNo":"<#if plcCar05??>${plcCar05.frameNo!}</#if>" <#-- 车架号 -->
,"agentComCode":"${saleaman!}" <#-- 代理机构代码 -->
,"licenseNo":"<#if plcCar05??>${plcCar05.licensePlateNo!}</#if>" <#-- 车牌号 -->
,"endDate":"${endTime!}" <#-- 终保时间 -->
,"newPolicyFlag":"${newPolicyFlag!}" <#-- 新保标识 -->
,"policyNo":"<#if policyNo??>${policyNo!}<#else>${businessNo!}</#if>" <#-- 保单号 -->
,"policySort":"${policySort!}" <#-- 保单种类 -->
,"artifSelfPricesRat":"<#if plcSolution??><#list plcSolution as s1><#if s1.PlcRation.artifSelfPricesRat??><#if s1.PlcRation.artifSelfPricesRat=="">1</#if></#if>${s1.PlcRation.artifSelfPricesRat!"1"}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- 自主定价系数 -->
,"modelCode":"<#if plcCar05??>${plcCar05.vehicleId!}</#if>" <#-- 车型 -->
,"comCode":"${businessOffice!}" <#-- 保单归属机构代码 -->
,"insuredName":"<#if plcPublicInsurant??><#assign a="0" /><#list plcPublicInsurant as s1><#if plcPublicInsurant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a=="1">|</#if>${s1.customerName!}<#assign a="1" /></#list></#if>" <#-- 被保人名称 -->
,"transferPolicyFlag":"${transferPolicyFlag!}" <#-- 转保标识 -->
,"riskCode":"${productCode!}" <#-- 险种代码 -->
,"agentNetFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentNetFee?? && item.agentNetFee!="" && a=="1">|</#if>${item.agentNetFee!}<#assign a="1" /></#list></#if></#list></#if>" <#-- 手续费不含税金额 -->
,"agentComName":"${saleamanName!}" <#-- 代理机构名称 -->
,"businessNature":"${businessNatureCode!}" <#-- 业务来源 -->
,"useNatureCode":"<#if plcCar05??>${plcCar05.carUserNatureCode!}</#if>" <#-- 车辆使用性质 -->
,"appliName":"<#if plcApplicant??><#assign a="0" /><#list plcApplicant as s1><#if plcApplicant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a == "1" >|</#if>${s1.customerName!}<#assign a="1" /></#list></#if>" <#-- 投保人名称 -->
,"newChnlType":"${businessChannelCode!}" <#-- 清分后渠道 -->
,"carKindCode":"<#if plcCar05??>${plcCar05.carKindCode!}</#if>" <#-- 车辆种类 -->
,"sumPremium":"${netPremium!}" <#-- 不含税保费 -->
,"underWriteEndDate":"${policyCreatDate!}" <#-- 核保通过时间 -->
,"autoTransreNewFlag":"${autoTransrenewFlag!}" <#-- 自动续保标识 -->
,"transreNewFlag":"${transrenewFlag!}" <#-- 续保标识 -->
,"comName":"${businessOfficeName!}" <#-- 保单归属机构名称 -->
,"startDate":"${startTime!}" <#-- 起保时间 -->
}]
}
[
{
"frameNo": "LFP83ACC8G1D78662",
"agentComCode": "410426198205053076",
"licenseNo": "豫A51TZ8",
"endDate": "1701705600000",
"newPolicyFlag": "0",
"policyNo": "6605072022411096012207",
"policySort": "0",
"artifSelfPricesRat": "1",
"modelCode": "HQABDD0243",
"comCode": "4110960010",
"insuredName": "陈圆",
"transferPolicyFlag": "0",
"riskCode": "0507",
"agentNetFee": "25.09",
"agentComName": "陈创西",
"businessNature": "1",
"useNatureCode": "8A",
"appliName": "陈圆",
"newChnlType": "14",
"carKindCode": "A0",
"sumPremium": "627.36",
"underWriteEndDate": "1668486703195",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "许昌市示范区支公司数字渠道电子业务部",
"startDate": "1670169600000"
}
]
\ No newline at end of file
[
{
"frameNo": "LZWADAGA3HB117596",
"agentComCode": "89914904-8",
"licenseNo": "桂DM6970",
"endDate": "1700496000000",
"newPolicyFlag": "0",
"policyNo": "6605072022450422002749",
"policySort": "0",
"artifSelfPricesRat": "1",
"modelCode": "BJGADD0024",
"comCode": "4504223601",
"insuredName": "黄定志",
"transferPolicyFlag": "0",
"riskCode": "0507",
"agentNetFee": "22.83",
"agentComName": "中国人寿保险股份有限公司梧州分公司",
"businessNature": "b",
"useNatureCode": "8A",
"appliName": "黄定志",
"newChnlType": "03",
"carKindCode": "A0",
"sumPremium": "570.75",
"underWriteEndDate": "1667892507448",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "梧州藤县县支公司互动渠道藤县一部",
"startDate": "1668960000000"
}
]
\ No newline at end of file
[
{
"frameNo": "LFP83ACC8G1D78662",
"agentComCode": "410426198205053076",
"licenseNo": "豫A51TZ8",
"endDate": "1701705600000",
"newPolicyFlag": "0",
"policyNo": "6605072022411096012207",
"policySort": "0",
"artifSelfPricesRat": "1",
"modelCode": "HQABDD0243",
"comCode": "4110960010",
"insuredName": "陈圆",
"transferPolicyFlag": "0",
"riskCode": "0507",
"agentNetFee": "25.09",
"agentComName": "陈创西",
"businessNature": "1",
"useNatureCode": "8A",
"appliName": "陈圆",
"newChnlType": "14",
"carKindCode": "A0",
"sumPremium": "627.36",
"underWriteEndDate": "1668486703195",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "许昌市示范区支公司数字渠道电子业务部",
"startDate": "1670169600000"
}
]
\ No newline at end of file
[
{
"frameNo": "LS5A2DEE6KA402643",
"agentComCode": "91520103MA6HEMQQ80-06",
"licenseNo": "贵H68A29",
"endDate": "1700928000000",
"newPolicyFlag": "0",
"policyNo": "6605212022522694003236",
"policySort": "0",
"artifSelfPricesRat": "0.85",
"modelCode": "CAADSD0039",
"comCode": "5226946001",
"insuredName": "吴传友",
"transferPolicyFlag": "0",
"riskCode": "0521",
"agentNetFee": "58.07",
"agentComName": "车车保险销售服务有限公司贵州分公司",
"businessNature": "2",
"useNatureCode": "8A",
"appliName": "吴传友",
"newChnlType": "09",
"carKindCode": "A0",
"sumPremium": "446.68",
"underWriteEndDate": "1668492791580",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "黔东南州中心支公司营业四部车行业务一分部",
"startDate": "1669392000000"
}
]
\ No newline at end of file
{
"systemName":"流计算平台",
"systemCode":"D030",
"sendTime":"${.now?string("yyyy-MM-dd HH:mm:ss")}",
"msgCode":"carpolicy",
"msgName":"新核心车险保单信息",
"data":[{
"frameNo":"<#if plcCar05??>${plcCar05.frameNo!}</#if>" <#-- 车架号 -->
,"agentComCode":"${saleaman!}" <#-- 代理机构代码 -->
,"licenseNo":"<#if plcCar05??>${plcCar05.licensePlateNo!}</#if>" <#-- 车牌号 -->
,"endDate":"${endTime!}" <#-- 终保时间 -->
,"newPolicyFlag":"${newPolicyFlag!}" <#-- 新保标识 -->
,"policyNo":"<#if policyNo??>${policyNo!}<#else>${businessNo!}</#if>" <#-- 保单号 -->
,"policySort":"${policySort!}" <#-- 保单种类 -->
,"artifSelfPricesRat":"<#if plcSolution??><#list plcSolution as s1><#if s1.PlcRation.artifSelfPricesRat??><#if s1.PlcRation.artifSelfPricesRat=="">1</#if></#if>${s1.PlcRation.artifSelfPricesRat!"1"}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- 自主定价系数 -->
,"modelCode":"<#if plcCar05??>${plcCar05.vehicleId!}</#if>" <#-- 车型 -->
,"comCode":"${businessOffice!}" <#-- 保单归属机构代码 -->
,"insuredName":"<#if plcPublicInsurant??><#assign a="0" /><#list plcPublicInsurant as s1><#if plcPublicInsurant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a=="1">|</#if>${s1.customerName!}<#assign a="1" /></#list></#if>" <#-- 被保人名称 -->
,"transferPolicyFlag":"${transferPolicyFlag!}" <#-- 转保标识 -->
,"riskCode":"${productCode!}" <#-- 险种代码 -->
,"agentNetFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentNetFee?? && item.agentNetFee!="" && a=="1">|</#if>${item.agentNetFee!}<#assign a="1" /></#list></#if></#list></#if>" <#-- 手续费不含税金额 -->
,"agentComName":"${saleamanName!}" <#-- 代理机构名称 -->
,"businessNature":"${businessNatureCode!}" <#-- 业务来源 -->
,"useNatureCode":"<#if plcCar05??>${plcCar05.carUserNatureCode!}</#if>" <#-- 车辆使用性质 -->
,"appliName":"<#if plcApplicant??><#assign a="0" /><#list plcApplicant as s1><#if plcApplicant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a == "1" >|</#if>${s1.customerName!}<#assign a="1" /></#list></#if>" <#-- 投保人名称 -->
,"newChnlType":"${businessChannelCode!}" <#-- 清分后渠道 -->
,"carKindCode":"<#if plcCar05??>${plcCar05.carKindCode!}</#if>" <#-- 车辆种类 -->
,"sumPremium":"${netPremium!}" <#-- 不含税保费 -->
,"underWriteEndDate":"${policyCreatDate!}" <#-- 核保通过时间 -->
,"autoTransreNewFlag":"${autoTransrenewFlag!}" <#-- 自动续保标识 -->
,"transreNewFlag":"${transrenewFlag!}" <#-- 续保标识 -->
,"comName":"${businessOfficeName!}" <#-- 保单归属机构名称 -->
,"startDate":"${startTime!}" <#-- 起保时间 -->
}]
}
[
{
"frameNo": "LS5A2DEE6KA402643",
"agentComCode": "91520103MA6HEMQQ80-06",
"licenseNo": "贵H68A29",
"endDate": "1700928000000",
"newPolicyFlag": "0",
"policyNo": "6605212022522694003236",
"policySort": "0",
"artifSelfPricesRat": "0.85",
"modelCode": "CAADSD0039",
"comCode": "5226946001",
"insuredName": "吴传友",
"transferPolicyFlag": "0",
"riskCode": "0521",
"agentNetFee": "58.07",
"agentComName": "车车保险销售服务有限公司贵州分公司",
"businessNature": "2",
"useNatureCode": "8A",
"appliName": "吴传友",
"newChnlType": "09",
"carKindCode": "A0",
"sumPremium": "446.68",
"underWriteEndDate": "1668492791580",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "黔东南州中心支公司营业四部车行业务一分部",
"startDate": "1669392000000"
}
]]
\ No newline at end of file
{
"systemName": "流计算平台",
"systemCode": "D030",
"msgName": "新核心车险批单信息",
"msgCode": "carEndorse",
"sendTime": "${.now?string("yyyy-MM-dd HH:mm:ss")}",
"data": [{
"frameNo":"<#if plcCar05??>${plcCar05.frameNo!}</#if>" <#-- "xx",//车架号 -->
,"agentComCode":"${saleaman!}" <#-- "xx",//代理机构代码 -->
,"licenseNo":"<#if plcCar05??>${plcCar05.licensePlateNo!}</#if>" <#-- "xx",//车牌号 -->
,"endDate":"${endTime!}" <#-- "xx",//终保时间 -->
,"newPolicyFlag":"${newPolicyFlag!}" <#-- "xx",//新保标识 -->
,"policyNo":"${policyNo!}" <#-- "xx",//保单号 -->
,"policySort":"${policySort!}" <#-- "xx",//保单种类 -->
,"agentFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentFee?? && item.agentFee!="" && a=="1">|</#if>${item.agentFee}<#assign a="1" /></#list></#if></#list></#if>" <#-- "xx",//手续费含税金额 -->
,"artifSelfPricesRat":"<#if plcSolution??><#list plcSolution as s1><#if s1.PlcRation.artifSelfPricesRat??><#if s1.PlcRation.artifSelfPricesRat=="">1</#if></#if>${s1.PlcRation.artifSelfPricesRat!"1"}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//自主定价系数 -->
,"modelCode":"<#if plcCar05??>${plcCar05.vehiclecode!}</#if>" <#-- "xx",//车型 -->
,"comCode":"${businessOffice!}" <#-- "xx",//归属机构 -->
,"insuredName":"<#if plcPublicInsurant??><#assign a="0" /><#list plcPublicInsurant as s1><#if plcPublicInsurant?size gt s1?index && s1.customerName?? && s1.customerName !="" && a=="1" >|</#if>${s1.customerName}<#assign a="1" /></#list></#if>" <#-- "xx",//被保人名称 -->
,"transferPolicyFlag":"${transferPolicyFlag!}" <#-- "xx",//转保标识 -->
,"chgPremium":"<#if sigAndStaExchangeRate??><#if coinsRate??>${plpEndorse.netPremiumVariation!?number * sigAndStaExchangeRate!?number * coinsRate!?number}</#if></#if>" <#-- "xx",//保费变化量 -->
,"endorseNo":"${endorseNo!}" <#-- "xx",//批单号 -->
,"riskCode":"${productCode!}" <#-- "xx",//险种代码 -->
,"agentNetFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentNetFee?? && item.agentNetFee!="" && a=="1" >|</#if>${item.agentNetFee}<#assign a="1" /></#list></#if></#list></#if>" <#-- "xx",//手续费不含税金额 -->
,"agentComName":"${saleamanName!}" <#-- "xx",//代理机构名称 -->
,"businessNature":"${businessNatureCode!}" <#-- 业务来源 -->
,"useNatureCode":"<#if plcCar05??>${plcCar05.carUserNatureCode!}</#if>" <#-- "xx",//车辆使用性质 -->
,"appliName":"<#if plcApplicant??><#assign a="0" /><#list plcApplicant as s1><#if plcApplicant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a=="1">|</#if>${s1.customerName}<#assign a="1" /></#list></#if>"<#-- "xx",//投保人名称 -->
,"newChnlType":"${businessChannelCode!}" <#-- "xx",//清分后渠道 -->
,"carKindCode":"<#if plcCar05??>${plcCar05.carKindCode!}</#if>" <#-- "xx",//车辆种类 -->
,"sumPremium":"${netPremium!}" <#-- "xx",//不含税保费 -->
,"underWriteEndDate":"${uwConclueDate!}" <#-- "xx",//核保通过时间 -->
,"autoTransreNewFlag":"${autoTransrenewFlag!}" <#-- "xx",//自动续保标识 -->
,"newVehicleFlag":"<#if plcCar05??>${plcCar05.newCarFlag!}</#if>" <#-- "xx",//新车标识 -->
,"transreNewFlag":"${transrenewFlag!}" <#-- "xx",//续保标识 -->
,"comName":"${businessOfficeName!}" <#-- "xx",//归属机构名称 -->
,"startDate":"${startTime!}" <#-- "xx",//起保时间 -->
}]
}
[
{
"frameNo": "LJDDAA2C0J0681983",
"agentComCode": "91440300MA5DMUNR74",
"licenseNo": "豫MTC697",
"endDate": "1670342400000",
"newPolicyFlag": "0",
"policyNo": "6605072022410106069663",
"policySort": "EAJ",
"agentFee": "0",
"artifSelfPricesRat": "1",
"modelCode": "BYDLSMUA0004",
"comCode": "4101060001",
"insuredName": "李许红",
"transferPolicyFlag": "0",
"chgPremium": -627.36,
"endorseNo": "6805072022410106069663001",
"riskCode": "0507",
"agentNetFee": "0",
"agentComName": "微民保险代理有限公司",
"businessNature": "207",
"useNatureCode": "8A",
"appliName": "李许红",
"newChnlType": "15",
"carKindCode": "A0",
"sumPremium": "0",
"underWriteEndDate": "1668488539766",
"autoTransreNewFlag": "1",
"newVehicleFlag": "0",
"transreNewFlag": "1",
"comName": "郑州市中心支公司上街区营销服务部创新电子渠道第一项目团队",
"startDate": "1670342400000"
}
]
\ No newline at end of file
[
{
"frameNo": "LJDDAA2C0J0681983",
"agentComCode": "91440300MA5DMUNR74",
"licenseNo": "豫MTC697",
"endDate": "1670342400000",
"newPolicyFlag": "0",
"policyNo": "6605072022410106069663",
"policySort": "EAJ",
"agentFee": "0",
"artifSelfPricesRat": "1",
"modelCode": "BYDLSMUA0004",
"comCode": "4101060001",
"insuredName": "李许红",
"transferPolicyFlag": "0",
"chgPremium": -627.36,
"endorseNo": "6805072022410106069663001",
"riskCode": "0507",
"agentNetFee": "0",
"agentComName": "微民保险代理有限公司",
"businessNature": "207",
"useNatureCode": "8A",
"appliName": "李许红",
"newChnlType": "15",
"carKindCode": "A0",
"sumPremium": "0",
"underWriteEndDate": "1668488539766",
"autoTransreNewFlag": "1",
"newVehicleFlag": "0",
"transreNewFlag": "1",
"comName": "郑州市中心支公司上街区营销服务部创新电子渠道第一项目团队",
"startDate": "1670342400000"
}
]
\ No newline at end of file
[
{
"frameNo": "LJ11RBBD1K1900596",
"agentComCode": "522725198409090060",
"licenseNo": "贵CY657Q",
"endDate": "1668528000000",
"newPolicyFlag": "0",
"policyNo": "6605212022520116002834",
"policySort": "0",
"agentFee": "79.86",
"artifSelfPricesRat": "1.35",
"modelCode": "BJHASMUB0071",
"comCode": "5201160001",
"insuredName": "赵兰兰",
"transferPolicyFlag": "1",
"chgPremium": -2408.1,
"endorseNo": "6805212022520116002834001",
"riskCode": "0521",
"agentNetFee": "79.86",
"agentComName": "苟雪姣",
"businessNature": "1",
"useNatureCode": "8D",
"appliName": "赵兰兰",
"newChnlType": "12",
"carKindCode": "H0",
"sumPremium": "2218.4",
"underWriteEndDate": "1668495399011",
"autoTransreNewFlag": " ",
"newVehicleFlag": "0",
"transreNewFlag": "0",
"comName": "贵阳市高新区支公司政保团队",
"startDate": "1653408000000"
}
]
\ No newline at end of file
{
"systemName": "流计算平台",
"systemCode": "D030",
"msgName": "新核心车险批单信息",
"msgCode": "carEndorse",
"sendTime": "${.now?string("yyyy-MM-dd HH:mm:ss")}",
"data": [{
"frameNo":"<#if plcCar05??>${plcCar05.frameNo!}</#if>" <#-- "xx",//车架号 -->
,"agentComCode":"${saleaman!}" <#-- "xx",//代理机构代码 -->
,"licenseNo":"<#if plcCar05??>${plcCar05.licensePlateNo!}</#if>" <#-- "xx",//车牌号 -->
,"endDate":"${endTime!}" <#-- "xx",//终保时间 -->
,"newPolicyFlag":"${newPolicyFlag!}" <#-- "xx",//新保标识 -->
,"policyNo":"${policyNo!}" <#-- "xx",//保单号 -->
,"policySort":"${policySort!}" <#-- "xx",//保单种类 -->
,"agentFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentFee?? && item.agentFee!="" && a=="1">|</#if>${item.agentFee}<#assign a="1" /></#list></#if></#list></#if>" <#-- "xx",//手续费含税金额 -->
,"artifSelfPricesRat":"<#if plcSolution??><#list plcSolution as s1><#if s1.PlcRation.artifSelfPricesRat??><#if s1.PlcRation.artifSelfPricesRat=="">1</#if></#if>${s1.PlcRation.artifSelfPricesRat!"1"}<#if plcSolution?size-1 gt s1?index >|</#if></#list></#if>" <#-- "xx",//自主定价系数 -->
,"modelCode":"<#if plcCar05??>${plcCar05.vehiclecode!}</#if>" <#-- "xx",//车型 -->
,"comCode":"${businessOffice!}" <#-- "xx",//归属机构 -->
,"insuredName":"<#if plcPublicInsurant??><#assign a="0" /><#list plcPublicInsurant as s1><#if plcPublicInsurant?size gt s1?index && s1.customerName?? && s1.customerName !="" && a=="1" >|</#if>${s1.customerName}<#assign a="1" /></#list></#if>" <#-- "xx",//被保人名称 -->
,"transferPolicyFlag":"${transferPolicyFlag!}" <#-- "xx",//转保标识 -->
,"chgPremium":"<#if sigAndStaExchangeRate??><#if coinsRate??>${plpEndorse.netPremiumVariation!?number * sigAndStaExchangeRate!?number * coinsRate!?number}</#if></#if>" <#-- "xx",//保费变化量 -->
,"endorseNo":"${endorseNo!}" <#-- "xx",//批单号 -->
,"riskCode":"${productCode!}" <#-- "xx",//险种代码 -->
,"agentNetFee":"<#if plcSolution??><#assign a="0" /><#list plcSolution as s1><#if s1.plcCommissionDetail??><#list s1.plcCommissionDetail as item><#if s1.plcCommissionDetail?size gt item?index && item.agentNetFee?? && item.agentNetFee!="" && a=="1" >|</#if>${item.agentNetFee}<#assign a="1" /></#list></#if></#list></#if>" <#-- "xx",//手续费不含税金额 -->
,"agentComName":"${saleamanName!}" <#-- "xx",//代理机构名称 -->
,"businessNature":"${businessNatureCode!}" <#-- 业务来源 -->
,"useNatureCode":"<#if plcCar05??>${plcCar05.carUserNatureCode!}</#if>" <#-- "xx",//车辆使用性质 -->
,"appliName":"<#if plcApplicant??><#assign a="0" /><#list plcApplicant as s1><#if plcApplicant?size gt s1?index && s1.customerName?? && s1.customerName!="" && a=="1">|</#if>${s1.customerName}<#assign a="1" /></#list></#if>"<#-- "xx",//投保人名称 -->
,"newChnlType":"${businessChannelCode!}" <#-- "xx",//清分后渠道 -->
,"carKindCode":"<#if plcCar05??>${plcCar05.carKindCode!}</#if>" <#-- "xx",//车辆种类 -->
,"sumPremium":"${netPremium!}" <#-- "xx",//不含税保费 -->
,"underWriteEndDate":"${uwConclueDate!}" <#-- "xx",//核保通过时间 -->
,"autoTransreNewFlag":"${autoTransrenewFlag!}" <#-- "xx",//自动续保标识 -->
,"newVehicleFlag":"<#if plcCar05??>${plcCar05.newCarFlag!}</#if>" <#-- "xx",//新车标识 -->
,"transreNewFlag":"${transrenewFlag!}" <#-- "xx",//续保标识 -->
,"comName":"${businessOfficeName!}" <#-- "xx",//归属机构名称 -->
,"startDate":"${startTime!}" <#-- "xx",//起保时间 -->
}]
}
[
{
"frameNo": "LJ11RBBD1K1900596",
"agentComCode": "522725198409090060",
"licenseNo": "贵CY657Q",
"endDate": "1668528000000",
"newPolicyFlag": "0",
"policyNo": "6605212022520116002834",
"policySort": "0",
"agentFee": "79.86",
"artifSelfPricesRat": "1.35",
"modelCode": "BJHASMUB0071",
"comCode": "5201160001",
"insuredName": "赵兰兰",
"transferPolicyFlag": "1",
"chgPremium": -2408.1,
"endorseNo": "6805212022520116002834001",
"riskCode": "0521",
"agentNetFee": "79.86",
"agentComName": "苟雪姣",
"businessNature": "1",
"useNatureCode": "8D",
"appliName": "赵兰兰",
"newChnlType": "12",
"carKindCode": "H0",
"sumPremium": "2218.4",
"underWriteEndDate": "1668495399011",
"autoTransreNewFlag": " ",
"newVehicleFlag": "0",
"transreNewFlag": "0",
"comName": "贵阳市高新区支公司政保团队",
"startDate": "1653408000000"
}
]
\ No newline at end of file
......@@ -37,3 +37,42 @@
,"riskCode":"${productCode!}" <#-- "xx",//险种代码 -->
}]
}
"systemName":"流计算平台",
"systemCode":"D030",
"sendTime":"${.now?string("yyyy-MM-dd HH:mm:ss")}",
"msgCode":"carpolicy",
"msgName":"新核心车险保单信息",
"data":[{
"frameNo": "LFP83ACC8G1D78662",
"agentComCode": "410426198205053076",
"licenseNo": "豫A51TZ8",
"endDate": "1701705600000",
"newPolicyFlag": "0",
"policyNo": "6605072022411096012207",
"policySort": "0",
"artifSelfPricesRat": "1",
"modelCode": "HQABDD0243",
"comCode": "4110960010",
"insuredName": "陈圆",
"transferPolicyFlag": "0",
"riskCode": "0507",
"agentNetFee": "25.09",
"agentComName": "陈创西",
"businessNature": "1",
"useNatureCode": "8A",
"appliName": "陈圆",
"newChnlType": "14",
"carKindCode": "A0",
"sumPremium": "627.36",
"underWriteEndDate": "1668486703195",
"autoTransreNewFlag": "1",
"transreNewFlag": "1",
"comName": "许昌市示范区支公司数字渠道电子业务部",
"startDate": "1670169600000"
}]
}
\ No newline at end of file
......@@ -31,4 +31,48 @@
,"premiumVariation":"<#if plpEndorse??>${plpEndorse.premiumVariation!}</#if>" <#-- 保费变化量 -->
,"sigAndStaExchangeRate":"${sigAndStaExchangeRate!}" <#-- 汇率 -->
}]
}
\ No newline at end of file
}
{
"systemName": "流计算平台",
"systemCode": "D030",
"msgName": "新核心非车险批单信息",
"msgCode": "fcEndorse",
"sendTime": "${.now?string("yyyy-MM-dd HH:mm:ss")}",
"data": [{
"frameNo": "LJDDAA2C0J0681983",
"agentComCode": "91440300MA5DMUNR74",
"licenseNo": "豫MTC697",
"endDate": "1670342400000",
"newPolicyFlag": "0",
"policyNo": "6605072022410106069663",
"policySort": "EAJ",
"agentFee": "0",
"artifSelfPricesRat": "1",
"modelCode": "BYDLSMUA0004",
"comCode": "4101060001",
"insuredName": "李许红",
"transferPolicyFlag": "0",
"chgPremium": -627.36,
"endorseNo": "6805072022410106069663001",
"riskCode": "0507",
"agentNetFee": "0",
"agentComName": "微民保险代理有限公司",
"businessNature": "207",
"useNatureCode": "8A",
"appliName": "李许红",
"newChnlType": "15",
"carKindCode": "A0",
"sumPremium": "0",
"underWriteEndDate": "1668488539766",
"autoTransreNewFlag": "1",
"newVehicleFlag": "0",
"transreNewFlag": "1",
"comName": "郑州市中心支公司上街区营销服务部创新电子渠道第一项目团队",
"startDate": "1670342400000"
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment