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
5353ab76
Commit
5353ab76
authored
Oct 13, 2022
by
胡涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质量校验批单sql脚本
parent
41e27f27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
CK_DWD/承保校验/CK_DWD_CKDWDENDOR.sql
CK_DWD/承保校验/CK_DWD_CKDWDENDOR.sql
+2
-0
CK_ODS/承保同步/CK_ODS_CKODSENDOR.sql
CK_ODS/承保同步/CK_ODS_CKODSENDOR.sql
+7
-7
No files found.
CK_DWD/承保校验/CK_DWD_CKDWDENDOR.sql
0 → 100644
View file @
5353ab76
-- CK_DWD_CKDWDENDOR CK_DWD_批单业务数据
\ No newline at end of file
CK_ODS/承保同步/CK_ODS_CKODSENDOR.sql
View file @
5353ab76
...
...
@@ -5,14 +5,14 @@ select
,
s1
.
businessNo
as
businessNo
-- 业务号
,
s1
.
businessOffice
as
businessOffice
-- 保单归属机构代码
,
s1
.
productCode
as
productCode
-- 险种代码
,
plpEndorse
[
1
]
.
plpEndorseContent
[
1
].
endorseTypeCode
as
contendorseTypeCode
-- 批改类型代码
,
plpEndorse
[
1
]
.
plpEndorseCommission
[
1
].
clauseName
as
clauseName
-- 条款名称
,
plpEndorse
[
1
]
.
endorseTypeCode
as
endorseTypeCode
-- 批改类型
,
plpEndorse
[
1
]
.
endorseApplyTime
as
endorseApplyTime
-- 批改申请时间
,
plpEndorse
[
1
]
.
endorseApplicantName
as
endorseApplicantName
-- 批改申请人名称
,
plpEndorse
[
1
]
.
uwConclueDate
as
uwConclueDate
-- 核批通过时间
,
plpEndorse
.
plpEndorseContent
[
1
].
endorseTypeCode
as
contendorseTypeCode
-- 批改类型代码
,
plpEndorse
.
plpEndorseCommission
[
1
].
clauseName
as
clauseName
-- 条款名称
,
plpEndorse
.
endorseTypeCode
as
endorseTypeCode
-- 批改类型
,
plpEndorse
.
endorseApplyTime
as
endorseApplyTime
-- 批改申请时间
,
plpEndorse
.
endorseApplicantName
as
endorseApplicantName
-- 批改申请人名称
,
plpEndorse
.
uwConclueDate
as
uwConclueDate
-- 核批通过时间
,
DATE_FORMAT
(
LOCALTIMESTAMP
,
'yyyy-MM-dd HH:mm:ss'
)
as
log_time
-- 加工平台处理数据时间
from
ODS
.
ODS_KAFKA
.
CKODS
ENDOR
s1
from
ODS
.
ODS_KAFKA
.
ENDOR
s1
;
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