Commit baa3b01e authored by 王东's avatar 王东

指标计算承保字段调整

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