Commit 9aeaf5e7 authored by 王东's avatar 王东

指标计算承保字段调整

parent d6d5c7da
...@@ -58,9 +58,7 @@ from ( ...@@ -58,9 +58,7 @@ from (
,replace(setdate,'-','') as setdate -- 估损调整日期 ,replace(setdate,'-','') as setdate -- 估损调整日期
,settledamount as settledamount -- 估损提转差 ,settledamount as settledamount -- 估损提转差
,lossamout as lossamout -- 估损金额 ,lossamout as lossamout -- 估损金额
,case when flag = 'wj' then 'wj' ,flag as flag -- 类型
when flag = 'yjwj' then 'yjwj'
else 'wj' end as flag -- 类型
,claimno as claimno -- 赔案号 ,claimno as claimno -- 赔案号
,`no` as `no` -- 保单号 ,`no` as `no` -- 保单号
,proctime as proctime ,proctime as proctime
......
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