Commit baa3b01e authored by 王东's avatar 王东

指标计算承保字段调整

parent 11a6713f
......@@ -36,7 +36,7 @@ from ODS.SOURCE_RMQ_ENDOR_PRD.ENDOR
;
-- 批单清单MQ
insert into ODS.ODS_MYSQL.MQ_ENDOR
select
endorseNo as endorseNo --0 批单号
......
......@@ -38,7 +38,7 @@ from ODS.SOURCE_RMQ_POLICY_PRD.POLICY
-- 保单清单MQ
insert into ODS.ODS_MYSQL.MQ_POLICY
select
policyNo as policyNo -- 0
......
......@@ -10,24 +10,14 @@ select
`LEVEL3COMCODE` ,
`LEVEL4COMCODE` ,
`LEVEL5COMCODE` ,
`LEVEL1COMDESC` ,
`LEVEL2COMDESC` ,
`LEVEL3COMDESC` ,
`LEVEL4COMDESC` ,
`LEVEL5COMDESC` ,
`risk` ,
`riskname` ,
`classcode` ,
`classname` ,
`chnl` ,
`chnlname` ,
`businessNatureCode`,
`businessNatureName`,
`cost` ,
`no` ,
`xxzflag` ,
`id` ,
`name` ,
`id` ,
log_time
from ZB_ODS.ZB_ODS_KAFKA.CBDATA
where uwConclueDate between '20220831' and '20220902' -- and COMCODE = '54000000';
\ No newline at end of file
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