Commit 0d34279d authored by 王东's avatar 王东

指标计算承保字段调整

parent c93fa3ba
...@@ -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
...@@ -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
......
...@@ -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
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