Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataquality_doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王东
dataquality_doc
Commits
d32251d3
Commit
d32251d3
authored
Aug 11, 2022
by
王东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标计算承保字段调整
parent
245b7344
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
ZB_ODS/DDL元数据/LPDATA.sql
ZB_ODS/DDL元数据/LPDATA.sql
+2
-0
ZB_ODS/DDL元数据/WJPK.sql
ZB_ODS/DDL元数据/WJPK.sql
+2
-2
ZB_ODS/DDL元数据/YJPK.sql
ZB_ODS/DDL元数据/YJPK.sql
+2
-2
ZB_ODS/ZB_ODS_LPDATA.sql
ZB_ODS/ZB_ODS_LPDATA.sql
+2
-0
No files found.
ZB_ODS/DDL元数据/LPDATA.sql
View file @
d32251d3
...
...
@@ -15,6 +15,8 @@ create table LPDATA(
`LEVEL5COMDESC`
String
,
-- 五级名称
`risk`
String
,
-- 险种代码
`riskname`
String
,
-- 险种代码名称
`classcode`
String
,
-- 险类代码
`classname`
String
,
-- 险类代码名称
`businessNatureCode`
String
,
-- 业务来源
`businessNatureName`
String
,
-- 业务来源名称
`chnl`
String
,
-- 业务渠道
...
...
ZB_ODS/DDL元数据/WJPK.sql
View file @
d32251d3
...
...
@@ -11,7 +11,6 @@ create table WJPK(
lossamout
String
,
-- 估损金额
flag
String
,
-- 类型
claimno
String
,
-- 赔案号
no
String
,
-- 保单号
proctime
String
,
no
String
-- 保单号
)
;
\ No newline at end of file
ZB_ODS/DDL元数据/YJPK.sql
View file @
d32251d3
...
...
@@ -11,7 +11,6 @@ create table YJPK(
lossamout
String
,
-- 估损金额
flag
String
,
-- 类型
claimno
String
,
-- 赔案号
no
String
,
-- 保单号
proctime
String
,
no
String
-- 保单号
)
;
\ No newline at end of file
ZB_ODS/ZB_ODS_LPDATA.sql
View file @
d32251d3
...
...
@@ -16,6 +16,8 @@ select
,
t1
.
LEVEL5COMDESC
as
`LEVEL5COMDESC`
--
,
s1
.
productCode
as
`risk`
-- 险种代码
,
t3
.
RISKNAME
as
`riskname`
--
,
t3
.
CLASSCODE
as
`classcode`
-- 险类代码
,
t3
.
CLASSNAME
as
`classname`
--
,
s1
.
businessNatureCode
as
`businessNatureCode`
-- 业务来源
,
t4
.
CODEDESC
as
`businessNatureName`
--
,
s1
.
businessChannelCode
as
`chnl`
-- 业务渠道
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment