Commit d32251d3 authored by 王东's avatar 王东

指标计算承保字段调整

parent 245b7344
...@@ -15,6 +15,8 @@ create table LPDATA( ...@@ -15,6 +15,8 @@ create table LPDATA(
`LEVEL5COMDESC` String ,-- 五级名称 `LEVEL5COMDESC` String ,-- 五级名称
`risk` String ,-- 险种代码 `risk` String ,-- 险种代码
`riskname` String ,-- 险种代码名称 `riskname` String ,-- 险种代码名称
`classcode` String ,-- 险类代码
`classname` String ,-- 险类代码名称
`businessNatureCode` String ,-- 业务来源 `businessNatureCode` String ,-- 业务来源
`businessNatureName` String ,-- 业务来源名称 `businessNatureName` String ,-- 业务来源名称
`chnl` String ,-- 业务渠道 `chnl` String ,-- 业务渠道
......
...@@ -11,7 +11,6 @@ create table WJPK( ...@@ -11,7 +11,6 @@ create table WJPK(
lossamout String ,-- 估损金额 lossamout String ,-- 估损金额
flag String ,-- 类型 flag String ,-- 类型
claimno String ,-- 赔案号 claimno String ,-- 赔案号
no String ,-- 保单号 no String -- 保单号
proctime String ,
) )
; ;
\ No newline at end of file
...@@ -11,7 +11,6 @@ create table YJPK( ...@@ -11,7 +11,6 @@ create table YJPK(
lossamout String ,-- 估损金额 lossamout String ,-- 估损金额
flag String ,-- 类型 flag String ,-- 类型
claimno String ,-- 赔案号 claimno String ,-- 赔案号
no String ,-- 保单号 no String -- 保单号
proctime String ,
) )
; ;
\ No newline at end of file
...@@ -16,6 +16,8 @@ select ...@@ -16,6 +16,8 @@ select
,t1.LEVEL5COMDESC as `LEVEL5COMDESC` -- ,t1.LEVEL5COMDESC as `LEVEL5COMDESC` --
,s1.productCode as `risk` -- 险种代码 ,s1.productCode as `risk` -- 险种代码
,t3.RISKNAME as `riskname` -- ,t3.RISKNAME as `riskname` --
,t3.CLASSCODE as `classcode` -- 险类代码
,t3.CLASSNAME as `classname` --
,s1.businessNatureCode as `businessNatureCode` -- 业务来源 ,s1.businessNatureCode as `businessNatureCode` -- 业务来源
,t4.CODEDESC as `businessNatureName` -- ,t4.CODEDESC as `businessNatureName` --
,s1.businessChannelCode as `chnl` -- 业务渠道 ,s1.businessChannelCode as `chnl` -- 业务渠道
......
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