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
da67f973
Commit
da67f973
authored
Sep 09, 2022
by
王东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标计算承保字段调整
parent
519e53a3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
158 additions
and
13 deletions
+158
-13
ODS/webservice代码/大屏对应字段.java
ODS/webservice代码/大屏对应字段.java
+1
-1
ZB_CK/同步脚本/ZB_CK_KAFKA_ENDOR.sql
ZB_CK/同步脚本/ZB_CK_KAFKA_ENDOR.sql
+4
-2
ZB_CK/同步脚本/ZB_CK_KAFKA_POLICY.sql
ZB_CK/同步脚本/ZB_CK_KAFKA_POLICY.sql
+4
-2
ZB_ODS/ZB_ODS_CBDATA.sql
ZB_ODS/ZB_ODS_CBDATA.sql
+8
-8
tmp.sql
tmp.sql
+141
-0
No files found.
ODS/webservice代码/大屏对应字段.java
View file @
da67f973
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
// }
// }
}
else
{
// 纯联保
}
else
{
// 纯联保
//
plcCoinsBasicInformation
//
for
(
PlcCoinsinformationEO
plcCoinsinformationEO
:
plcCoinsInformation
)
{
for
(
PlcCoinsinformationEO
plcCoinsinformationEO
:
plcCoinsInformation
)
{
if
(
"1"
.
equals
(
plcCoinsinformationEO
.
getCoinsIdentity
())
**
if
(
"1"
.
equals
(
plcCoinsinformationEO
.
getCoinsIdentity
())
**
&&
plcMain
.
getCoinsLinkCode
().
equals
(
plcCoinsinformationEO
.
getCoinsLinkCode
()))
{
++
&&
plcMain
.
getCoinsLinkCode
().
equals
(
plcCoinsinformationEO
.
getCoinsLinkCode
()))
{
++
...
...
ZB_CK/同步脚本/ZB_CK_KAFKA_ENDOR.sql
View file @
da67f973
...
@@ -11,8 +11,8 @@ select
...
@@ -11,8 +11,8 @@ select
,
sigAndStaExchangeRate
as
sigAndStaExchangeRate
,
sigAndStaExchangeRate
as
sigAndStaExchangeRate
,
coinsCode
as
coinsCode
,
coinsCode
as
coinsCode
,
coinsLinkCode
as
coinsLinkCode
,
coinsLinkCode
as
coinsLinkCode
,
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
)
as
varchar
)
as
LinkCoinsRate
,
JsonGetCoinsRateUDF
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
,
'coinsLinkCode'
,
coinsLinkCode
)
as
LinkCoinsRate
,
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
)
as
varchar
)
as
CoinsCoinsRate
,
sonGetCoinsRateUDF
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
,
'coinsCode'
,
coinsCode
)
as
CoinsCoinsRate
,
endorseNo
as
endorseNo
-- 批单号
,
endorseNo
as
endorseNo
-- 批单号
,
newPolicyFlag
as
newPolicyFlag
,
newPolicyFlag
as
newPolicyFlag
,
autoTransrenewFlag
as
autoTransrenewFlag
,
autoTransrenewFlag
as
autoTransrenewFlag
...
@@ -23,5 +23,6 @@ select
...
@@ -23,5 +23,6 @@ select
,
log_time
as
log_time
,
log_time
as
log_time
,
endorsePolicyTime
as
long_endorsePolicyTime
,
endorsePolicyTime
as
long_endorsePolicyTime
,
endorseTime
as
long_endorseTime
,
endorseTime
as
long_endorseTime
,
plcSolution
[
1
].
plcCoins
as
plcSolution_plcCoins
from
ODS
.
ODS_KAFKA
.
ENDOR
from
ODS
.
ODS_KAFKA
.
ENDOR
-- where LongTimeToStringUDF(uwConclueDate,'yyyyMMdd') between '20220831' and '20220902'
-- where LongTimeToStringUDF(uwConclueDate,'yyyyMMdd') between '20220831' and '20220902'
\ No newline at end of file
ZB_CK/同步脚本/ZB_CK_KAFKA_POLICY.sql
View file @
da67f973
...
@@ -11,8 +11,8 @@ select
...
@@ -11,8 +11,8 @@ select
,
sigAndStaExchangeRate
as
sigAndStaExchangeRate
,
sigAndStaExchangeRate
as
sigAndStaExchangeRate
,
coinsCode
as
coinsCode
,
coinsCode
as
coinsCode
,
coinsLinkCode
as
coinsLinkCode
,
coinsLinkCode
as
coinsLinkCode
,
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
)
as
varchar
)
as
LinkCoinsRate
,
JsonGetCoinsRateUDF
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
,
'coinsLinkCode'
,
coinsLinkCode
)
as
LinkCoinsRate
,
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
)
as
varchar
)
as
CoinsCoinsRate
,
sonGetCoinsRateUDF
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
,
'coinsCode'
,
coinsCode
)
as
CoinsCoinsRate
,
policyNo
as
policyNo
-- 保单号
,
policyNo
as
policyNo
-- 保单号
,
newPolicyFlag
as
newPolicyFlag
,
newPolicyFlag
as
newPolicyFlag
,
autoTransrenewFlag
as
autoTransrenewFlag
,
autoTransrenewFlag
as
autoTransrenewFlag
...
@@ -23,6 +23,8 @@ select
...
@@ -23,6 +23,8 @@ select
,
log_time
as
log_time
,
log_time
as
log_time
,
signDate
as
long_signDate
,
signDate
as
long_signDate
,
startTime
as
long_startTime
,
startTime
as
long_startTime
,
plcSolution
[
1
].
plcCoins
as
plcSolution_plcCoins
from
ODS
.
ODS_KAFKA
.
POLICY
-- 保单业务数据
from
ODS
.
ODS_KAFKA
.
POLICY
-- 保单业务数据
;
;
ZB_ODS/ZB_ODS_CBDATA.sql
View file @
da67f973
...
@@ -56,16 +56,16 @@ from (
...
@@ -56,16 +56,16 @@ from (
when
coinsCode
=
'0'
then
(
when
coinsCode
=
'0'
then
(
case
case
when
coinsLinkCode
=
'0'
then
1
-- 非共保非联保
when
coinsLinkCode
=
'0'
then
1
-- 非共保非联保
else
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
)
as
decimal
(
18
,
4
))
/
100
-- 纯联保
else
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
,
'coinsLinkCode'
,
coinsLinkCode
)
as
decimal
(
18
,
4
))
/
100
-- 纯联保
end
end
)
)
else
(
else
(
case
case
when
coinsLinkCode
=
'0'
then
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
)
as
decimal
(
18
,
4
))
/
100
-- 纯共保
when
coinsLinkCode
=
'0'
then
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
,
'coinsCode'
,
coinsCode
)
as
decimal
(
18
,
4
))
/
100
-- 纯共保
else
(
else
(
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
)
as
decimal
(
18
,
4
))
/
100
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
,
'coinsCode'
,
coinsCode
)
as
decimal
(
18
,
4
))
/
100
)
*
(
)
*
(
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
)
as
decimal
(
18
,
4
))
/
100
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
,
'coinsLinkCode'
,
coinsLinkCode
)
as
decimal
(
18
,
4
))
/
100
)
-- 即联又共
)
-- 即联又共
end
end
)
)
...
@@ -100,16 +100,16 @@ from (
...
@@ -100,16 +100,16 @@ from (
when
coinsCode
=
'0'
then
(
when
coinsCode
=
'0'
then
(
case
case
when
coinsLinkCode
=
'0'
then
1
-- 非共保非联保
when
coinsLinkCode
=
'0'
then
1
-- 非共保非联保
else
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
)
as
decimal
(
18
,
4
))
/
100
-- 纯联保
else
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
,
'coinsLinkCode'
,
coinsLinkCode
)
as
decimal
(
18
,
4
))
/
100
-- 纯联保
end
end
)
)
else
(
else
(
case
case
when
coinsLinkCode
=
'0'
then
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
)
as
decimal
(
18
,
4
))
/
100
-- 纯共保
when
coinsLinkCode
=
'0'
then
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
,
'coinsCode'
,
coinsCode
)
as
decimal
(
18
,
4
))
/
100
-- 纯共保
else
(
else
(
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
)
as
decimal
(
18
,
4
))
/
100
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcCoinsBasicInformation
,
'coinsCode'
,
coinsCode
)
as
decimal
(
18
,
4
))
/
100
)
*
(
)
*
(
cast
(
JsonGetCoinsRate
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
)
as
decimal
(
18
,
4
))
/
100
cast
(
JsonGetCoinsRate
UDF
(
plcSolution
[
1
].
plcCoins
.
plcLinkBasicInformat
,
'coinsLinkCode'
,
coinsLinkCode
)
as
decimal
(
18
,
4
))
/
100
)
-- 即联又共
)
-- 即联又共
end
end
)
)
...
...
tmp.sql
View file @
da67f973
...
@@ -97,3 +97,144 @@ INSERT INTO db_objmodel.tbobjdefattribute (object_def_id, DOMAINID, ATTRIBUTE_ID
...
@@ -97,3 +97,144 @@ INSERT INTO db_objmodel.tbobjdefattribute (object_def_id, DOMAINID, ATTRIBUTE_ID
INSERT
INTO
db_objmodel
.
tbobjectdef
(
object_def_id
,
DOMAINID
,
object_def_name
,
object_def_desc
,
object_def_code
,
object_def_state
,
CREATE_TYPE
,
SYSTEM_ID
,
SYSTEM_ENAME
,
SYSTEM_CNAME
,
REF_OBJ_DEF_ID
,
create_person
,
create_time
,
update_person
,
MODIFYTIME
,
PUBVERSION
,
TABLE_NAME
,
SORTFIELDS
,
FIELDSET
)
VALUES
(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'POLICY'
,
'JSON'
,
'POLICY'
,
1
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:11:10'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 21:43:13'
,
'1.5'
,
'POLICY'
,
null
,
null
)
,(
'xyz343b10c7448c2a441af40f73e61b9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'POLICY_PLCSOLUTION_PLCCOINS'
,
''
,
'POLICY_PLCSOLUTION_PLCCOINS'
,
0
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:17:37'
,
null
,
null
,
'1.0'
,
'POLICY_PLCSOLUTION_PLCCOINS'
,
null
,
null
)
,(
'xyz202ce151b49f9baa30af5a1aef16b'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'POLICY_PLCSOLUTION'
,
''
,
'POLICY_PLCSOLUTION'
,
0
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:17:10'
,
null
,
null
,
'1.0'
,
'POLICY_PLCSOLUTION'
,
null
,
null
)
;
INSERT
INTO
db_objmodel
.
tbobjdefattribute
(
object_def_id
,
DOMAINID
,
ATTRIBUTE_ID
,
ATTRIBUTE_CODE
,
ATTRIBUTE_NAME_CODE
,
ATTRIBUTE_NAME
,
ATTRIBUTE_TYPE
,
FIELD_NAME
,
SORTNUM
,
PRI_TYPE
,
DEFAULT_VALUE
,
ISMUST
,
UNIQUEABLE
,
VALUE_LENGTH
,
CREATEUSER
,
CREATETIME
,
MODIFYUSER
,
MODIFYTIME
,
PUBVERSION
,
FORMAT
,
MAX_VALUE
,
MIN_VALUE
,
VALUE_DEVIMAL
,
DATA_UNIT
,
UNIT_NAME
,
SELECT_TYPE
,
SELECT_TARGET
,
ITEM_SORT
,
SELECT_DATA
,
FILTER
,
REPN_TARGET
,
REPN_VALUE
,
REPN_VALUE_DESC
,
REPN_ATTR_VALUE
,
PARENT_ATTRIBUTE_CODE
,
VALUE_MIN_LENGTH
,
ATTRIBUTE_REF_LEVEL
,
ATTRIBUTE_REF_CODE
,
ATTR_DATE_FORMAT
,
DICTTYPE
,
ATTRIBUTE_DESC
,
OBJWRAPTYPE
,
FIELDGROUPBY
,
STEPNUM
,
CARRY_RULE
,
SAFETY_LEVEL
,
ENC_AND_DEC_RULE
,
DESENSITIZATION_RULE
,
EXPRESSION
,
EXPRESSION_VALUE
)
VALUES
(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'mainSalesmanName'
,
''
,
'指标新增_归属业务员名称'
,
'TEXT'
,
'mainSalesmanName'
,
1662618388353
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:26:28'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'mainSalesmanCode'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'coinsCode'
,
''
,
'指标新增_共保标识代码'
,
'TEXT'
,
'coinsCode'
,
1662618399370
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:26:39'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'mainSalesmanName'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessOffice'
,
''
,
'保单归属机构代码'
,
'TEXT'
,
'businessOffice'
,
1655361190411
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:33:10'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'uwConclueDate'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'saleamanName'
,
''
,
'代理机构名称'
,
'TEXT'
,
'saleamanName'
,
1655361485198
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:38:05'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-31 22:41:51'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'saleaman'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'channelType'
,
''
,
'指标新增_渠道类型'
,
'TEXT'
,
'channelType'
,
1662618352079
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:25:52'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'log_time'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'policyCreatDate'
,
''
,
'保单创建时间'
,
'TEXT'
,
'policyCreatDate'
,
1659426167097
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-02 02:42:47'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'aaaa'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'premium'
,
''
,
'含税保费'
,
'TEXT'
,
'premium'
,
1655361274559
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:34:35'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'netPremium'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'recordClerkCode'
,
''
,
'归属业务员ID'
,
'TEXT'
,
'recordClerkCode'
,
1655361520455
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:38:40'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessChannelName'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCar05'
,
''
,
'plcCar05'
,
'OBJECT'
,
'plcCar05'
,
1655361304155
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:35:04'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'540123e4146b4335ab7a556b9e4a63e9'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'carUserNature'
,
'premium'
,
1
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'log_time'
,
''
,
'加工平台处理数据时间'
,
'TEXT'
,
'log_time'
,
1662435073003
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-05 22:31:13'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:25:41'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessType'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'newPolicyFlag'
,
''
,
'新保标识'
,
'TEXT'
,
'newPolicyFlag'
,
1655361384915
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:36:25'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'plcPublicInsurant'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'saleaman'
,
''
,
'代理机构代码'
,
'TEXT'
,
'saleaman'
,
1655361476069
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:37:56'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'plcSolution'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'sigAndStaExchangeRate'
,
''
,
'汇率'
,
'TEXT'
,
'sigAndStaExchangeRate'
,
1659592163530
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-04 00:49:24'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-31 22:44:18'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'policyCreatDate'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'autoTransrenewFlag'
,
''
,
'自动续保标识'
,
'TEXT'
,
'autoTransrenewFlag'
,
1655361396294
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:36:36'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'newPolicyFlag'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'amount'
,
''
,
'指标新增_保额'
,
'TEXT'
,
'amount'
,
1662618416855
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:26:57'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:29:23'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsLinkCode'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'policySort'
,
''
,
'保单种类'
,
'TEXT'
,
'policySort'
,
1662003872636
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-31 22:44:33'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'sigAndStaExchangeRate'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'endTime'
,
''
,
'终保时间'
,
'TEXT'
,
'endTime'
,
1655361251441
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:34:11'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'startTime'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessOfficeName'
,
''
,
'保单归属机构名称'
,
'TEXT'
,
'businessOfficeName'
,
1655361205949
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:33:26'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessOffice'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessChannelCode'
,
''
,
'业务渠道'
,
'TEXT'
,
'businessChannelCode'
,
1655361496223
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:38:16'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'saleamanName'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'mainSalesmanCode'
,
''
,
'指标新增_归属业务员ID'
,
'TEXT'
,
'mainSalesmanCode'
,
1662618375492
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:26:15'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'signDate'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'signDate'
,
''
,
'指标新增_保单统计日期'
,
'TEXT'
,
'signDate'
,
1662618364569
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:26:05'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'channelType'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessChannelName'
,
''
,
'业务渠道名'
,
'TEXT'
,
'businessChannelName'
,
1655361508647
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:38:29'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessChannelCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcApplicant'
,
''
,
'plcApplicant'
,
'OBJECT'
,
'plcApplicant'
,
1655361325713
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:35:26'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'1b01ec3369de485789d9594618a65184'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'customerName'
,
'plcCar05'
,
2
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'actualId'
,
''
,
'指标新增_唯一标识需验证'
,
'TEXT'
,
'actualId'
,
1662618545268
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:29:05'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'amount'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'staCurAmount'
,
''
,
'保险金额'
,
'TEXT'
,
'staCurAmount'
,
1655361541571
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:39:02'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'recordClerkName'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessNatureCode'
,
''
,
'业务来源'
,
'TEXT'
,
'businessNatureCode'
,
1655361229169
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:33:49'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'productCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessType'
,
''
,
'业务类型'
,
'TEXT'
,
'businessType'
,
1662003894244
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-31 22:44:54'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'policySort'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'uwConclueDate'
,
''
,
'核保通过时间'
,
'TEXT'
,
'uwConclueDate'
,
1655361175490
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:32:55'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessNo'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcSolution'
,
''
,
'plcSolution'
,
'OBJECT'
,
'plcSolution'
,
1655361451051
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:37:31'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'86d202ce151b49f9baa30af5a1aef16b'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'plcCommissionDetail'
,
'transrenewFlag'
,
2
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'netPremium'
,
''
,
'不含税保费'
,
'TEXT'
,
'netPremium'
,
1655361261762
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:34:22'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'endTime'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'transferPolicyFlag'
,
''
,
'转保标识'
,
'TEXT'
,
'transferPolicyFlag'
,
1655361406888
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:36:47'
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:39:39'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'autoTransrenewFlag'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'transrenewFlag'
,
''
,
'续保标识'
,
'TEXT'
,
'transrenewFlag'
,
1655361421946
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:37:02'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'transferPolicyFlag'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'staCurTaxFee'
,
''
,
'税'
,
'TEXT'
,
'staCurTaxFee'
,
1655361560507
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:39:21'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'staCurAmount'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcPublicInsurant'
,
''
,
'plcPublicInsurant'
,
'OBJECT'
,
'plcPublicInsurant'
,
1655361357868
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:35:58'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'e7b5898e490142ffade5e9405eef857b'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'customerName'
,
'plcApplicant'
,
2
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'productCode'
,
''
,
'险种代码'
,
'TEXT'
,
'productCode'
,
1655361218588
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:33:39'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessOfficeName'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'coinsLinkCode'
,
''
,
'指标新增_联保标志代码'
,
'TEXT'
,
'coinsLinkCode'
,
1662618406030
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:26:46'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:28:43'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsCode'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'recordClerkName'
,
''
,
'归属业务员名称'
,
'TEXT'
,
'recordClerkName'
,
1655361531541
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:38:52'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'recordClerkCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'startTime'
,
''
,
'起保时间'
,
'TEXT'
,
'startTime'
,
1655361240773
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:34:01'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessNatureCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessNo'
,
''
,
'业务号'
,
'TEXT'
,
'businessNo'
,
1655361163193
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:32:43'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'policyNo'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz7a68fbd68480da9f0bd5c43ccafcc'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'policyNo'
,
''
,
'保单号'
,
'TEXT'
,
'policyNo'
,
1655361152783
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:32:33'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'endorseNo'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz343b10c7448c2a441af40f73e61b9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCoinsBasicInformation'
,
''
,
'plcCoinsBasicInforma'
,
'OBJECT'
,
'plcCoinsBasicInformation'
,
1660788629880
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-17 21:10:30'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-17 21:17:27'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'e9a14588ef354634b4f976b373501205'
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsIdentity'
,
''
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz343b10c7448c2a441af40f73e61b9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcLinkBasicInformat'
,
''
,
'plcLinkBasicInformat'
,
'OBJECT'
,
'plcLinkBasicInformat'
,
1662690383109
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 21:26:23'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'faf7878751154f80bad34b4f1b42f2e8'
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsLinkCode'
,
'plcCoinsBasicInformation'
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz202ce151b49f9baa30af5a1aef16b'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'PlcRation'
,
''
,
'PlcRation'
,
'OBJECT'
,
'PlcRation'
,
1655360505829
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:21:46'
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:22:07'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'980b06063ef94cbda5cd31d1e1db98c3'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'artifSelfPricesRat'
,
''
,
1
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz202ce151b49f9baa30af5a1aef16b'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCoins'
,
''
,
'plcCoins'
,
'OBJECT'
,
'plcCoins'
,
1655360545753
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:22:26'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-17 21:12:12'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'530343b10c7448c2a441af40f73e61b9'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'coinsCalculationPercent'
,
'PlcRation'
,
1
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz202ce151b49f9baa30af5a1aef16b'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCommissionDetail'
,
''
,
'plcCommissionDetail'
,
'OBJECT'
,
'plcCommissionDetail'
,
1655360577057
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 01:22:57'
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 22:46:38'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
''
,
'db25f0dfbb8b482ba4660cdbd8cc4519'
,
''
,
''
,
'agentNetFee'
,
'plcCoins'
,
2
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
;
INSERT
INTO
db_objmodel
.
tbobjectdef
(
object_def_id
,
DOMAINID
,
object_def_name
,
object_def_desc
,
object_def_code
,
object_def_state
,
CREATE_TYPE
,
SYSTEM_ID
,
SYSTEM_ENAME
,
SYSTEM_CNAME
,
REF_OBJ_DEF_ID
,
create_person
,
create_time
,
update_person
,
MODIFYTIME
,
PUBVERSION
,
TABLE_NAME
,
SORTFIELDS
,
FIELDSET
)
VALUES
(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'ENDOR_PLPENDORSE'
,
''
,
'ENDOR_PLPENDORSE'
,
0
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 03:53:32'
,
null
,
null
,
'1.0'
,
'ENDOR_PLPENDORSE'
,
null
,
null
)
,(
'xyz21c9ebce44b8f88a62da3915f87af'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'ENDOR_PLCSOLUTION_PLCCOINS'
,
''
,
'ENDOR_PLCSOLUTION_PLCCOINS'
,
0
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-17 21:56:31'
,
null
,
null
,
'1.0'
,
'ENDOR_PLCSOLUTION_PLCCOINS'
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'ENDOR'
,
'JSON'
,
'ENDOR'
,
1
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 03:52:27'
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-28 04:49:59'
,
'1.1'
,
'ENDOR'
,
null
,
null
)
,(
'xyzb7b14e15346d59e76a524716a5727'
,
'711898d050954bab8d0b12d2a7cce75e'
,
'ENDOR_PLCSOLUTION'
,
''
,
'ENDOR_PLCSOLUTION'
,
0
,
'1'
,
'DATAQUALITY'
,
'DATAQUALITY'
,
'实时数据质量检核系统'
,
null
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-04 01:39:01'
,
null
,
null
,
'1.0'
,
'ENDOR_PLCSOLUTION'
,
null
,
null
)
;
INSERT
INTO
db_objmodel
.
tbobjdefattribute
(
object_def_id
,
DOMAINID
,
ATTRIBUTE_ID
,
ATTRIBUTE_CODE
,
ATTRIBUTE_NAME_CODE
,
ATTRIBUTE_NAME
,
ATTRIBUTE_TYPE
,
FIELD_NAME
,
SORTNUM
,
PRI_TYPE
,
DEFAULT_VALUE
,
ISMUST
,
UNIQUEABLE
,
VALUE_LENGTH
,
CREATEUSER
,
CREATETIME
,
MODIFYUSER
,
MODIFYTIME
,
PUBVERSION
,
FORMAT
,
MAX_VALUE
,
MIN_VALUE
,
VALUE_DEVIMAL
,
DATA_UNIT
,
UNIT_NAME
,
SELECT_TYPE
,
SELECT_TARGET
,
ITEM_SORT
,
SELECT_DATA
,
FILTER
,
REPN_TARGET
,
REPN_VALUE
,
REPN_VALUE_DESC
,
REPN_ATTR_VALUE
,
PARENT_ATTRIBUTE_CODE
,
VALUE_MIN_LENGTH
,
ATTRIBUTE_REF_LEVEL
,
ATTRIBUTE_REF_CODE
,
ATTR_DATE_FORMAT
,
DICTTYPE
,
ATTRIBUTE_DESC
,
OBJWRAPTYPE
,
FIELDGROUPBY
,
STEPNUM
,
CARRY_RULE
,
SAFETY_LEVEL
,
ENC_AND_DEC_RULE
,
DESENSITIZATION_RULE
,
EXPRESSION
,
EXPRESSION_VALUE
)
VALUES
(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'endorseEffectiveTime'
,
''
,
'批单生效日期'
,
'TEXT'
,
'endorseEffectiveTime'
,
1655369758245
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 03:55:58'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'amountVariation'
,
''
,
'指标新增_保额变化量'
,
'TEXT'
,
'amountVariation'
,
1662619119037
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:38:39'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'endorsePolicyTime'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'staCurAmountVariation'
,
''
,
'变化保险金额'
,
'TEXT'
,
'staCurAmountVariation'
,
1655369789094
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 03:56:29'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'sigAndStaExchangeRate'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'endorsePolicyTime'
,
''
,
'指标新增_批单指标统计日期'
,
'TEXT'
,
'endorsePolicyTime'
,
1662619109612
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:38:30'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'netPremiumVariation'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'staCurPremiumVariation'
,
''
,
'不含税变化保险费'
,
'TEXT'
,
'staCurPremiumVariation'
,
1655369800340
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 03:56:40'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'staCurAmountVariation'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'netPremiumVariation'
,
''
,
'保费变化量'
,
'TEXT'
,
'netPremiumVariation'
,
1662011382678
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 00:49:43'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'plpCommissionDetail'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'staCurTaxFeeVariation'
,
''
,
'税'
,
'TEXT'
,
'staCurTaxFeeVariation'
,
1655370103919
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:01:44'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'staCurNetPremiumVariation'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'premiumVariation'
,
''
,
'指标新增_含税保费变化量'
,
'TEXT'
,
'premiumVariation'
,
1662619129339
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:38:49'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'amountVariation'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plpCommissionDetail'
,
''
,
'plpCommissionDetail'
,
'OBJECT'
,
'plpCommissionDetail'
,
1655370137085
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:02:17'
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 00:49:29'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'99f97130c78a4135849ca45d7a745fb7'
,
''
,
''
,
''
,
'99f97130c78a4135849ca45d7a745fb7'
,
''
,
''
,
'agentNetFeeVariation'
,
'staCurTaxFeeVariation'
,
2
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzf0a7526cf456ba2bff7251c44a28a'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'staCurNetPremiumVariation'
,
''
,
'含税变化保险费'
,
'TEXT'
,
'staCurNetPremiumVariation'
,
1655370092502
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:01:33'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'staCurPremiumVariation'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz21c9ebce44b8f88a62da3915f87af'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcLinkBasicInformat'
,
''
,
'plcLinkBasicInformat'
,
'OBJECT'
,
'plcLinkBasicInformat'
,
1662690561626
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 21:29:22'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'3c3bf730d1fe4ff7970d82db37709451'
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsLinkCode'
,
'plcCoinsBasicInformation'
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz21c9ebce44b8f88a62da3915f87af'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCoinsBasicInformation'
,
''
,
'plcCoinsBasicInforma'
,
'OBJECT'
,
'plcCoinsBasicInformation'
,
1660791914565
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-17 22:05:15'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'd64092848cde4a5fa72c9321a48062ce'
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsIdentity'
,
''
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'channelType'
,
''
,
'渠道类型'
,
'TEXT'
,
'channelType'
,
1655370349234
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:05:49'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessNatureCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'newPolicyFlag'
,
''
,
'新保标识'
,
'TEXT'
,
'newPolicyFlag'
,
1658901318211
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-07-27 00:55:18'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessChannelName'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'startTime'
,
''
,
'起保时间'
,
'TEXT'
,
'startTime'
,
1662012970480
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:16:10'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessOfficeName'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'endorseNo'
,
''
,
'批单号'
,
'TEXT'
,
'endorseNo'
,
1655370306454
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:05:06'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'policyNo'
,
''
,
'保单号'
,
'TEXT'
,
'policyNo'
,
1662012951054
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:15:51'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'plcSolution'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'mainSalesmanCode'
,
''
,
'指标新增_归属业务员ID'
,
'TEXT'
,
'mainSalesmanCode'
,
1662618990337
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:36:30'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'endorseTime'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCar05'
,
''
,
'plcCar05'
,
'OBJECT'
,
'plcCar05'
,
1662013334467
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:22:14'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'356fcd9082914dbf96c342f96528c650'
,
''
,
''
,
''
,
''
,
''
,
''
,
'carKindCode'
,
'premium'
,
1
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessChannelName'
,
''
,
'业务渠道名'
,
'TEXT'
,
'businessChannelName'
,
1655448320248
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-17 01:45:20'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessChannelCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'recordClerkCode'
,
''
,
'归属业务员ID'
,
'TEXT'
,
'recordClerkCode'
,
1655370415828
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:06:56'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'plpEndorse'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'saleamanName'
,
''
,
'代理机构名称'
,
'TEXT'
,
'saleamanName'
,
1662013394604
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:23:15'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'saleaman'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcApplicant'
,
''
,
'plcApplicant'
,
'OBJECT'
,
'plcApplicant'
,
1662013354887
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:22:35'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'22dc00c04fe046838233dc2a552fda95'
,
''
,
''
,
''
,
''
,
''
,
''
,
'customerName'
,
'plcCar05'
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'signDate'
,
''
,
'指标新增_保单统计日期'
,
'TEXT'
,
'signDate'
,
1662618956240
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:35:56'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'log_time'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'autoTransrenewFlag'
,
''
,
'自动续保标识'
,
'TEXT'
,
'autoTransrenewFlag'
,
1658901331385
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-07-27 00:55:31'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'newPolicyFlag'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessOfficeName'
,
''
,
'保单归属机构名称'
,
'TEXT'
,
'businessOfficeName'
,
1662012960773
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:16:01'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'policyNo'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'premium'
,
''
,
'含税保费'
,
'TEXT'
,
'premium'
,
1662012994966
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:16:35'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'netPremium'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'uwConclueDate'
,
''
,
'核批完成时间'
,
'TEXT'
,
'uwConclueDate'
,
1655370359868
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:06:00'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'channelType'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'saleaman'
,
''
,
'代理机构代码'
,
'TEXT'
,
'saleaman'
,
1662013386401
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:23:06'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'plcPublicInsurant'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plpEndorse'
,
''
,
'plpEndorse'
,
'OBJECT'
,
'plpEndorse'
,
1655370387199
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:06:27'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'1f1f0a7526cf456ba2bff7251c44a28a'
,
''
,
''
,
''
,
'99f97130c78a4135849ca45d7a745fb7'
,
''
,
''
,
'staCurTaxFeeVariation'
,
'uwConclueDate'
,
1
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessOffice'
,
''
,
'机构代码'
,
'TEXT'
,
'businessOffice'
,
1655370316676
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:05:17'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'endorseNo'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcPublicInsurant'
,
''
,
'plcPublicInsurant'
,
'OBJECT'
,
'plcPublicInsurant'
,
1662013373908
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:22:54'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'6160187d059548aca4b67f1aa02c3360'
,
''
,
''
,
''
,
''
,
''
,
''
,
'customerName'
,
'plcApplicant'
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'log_time'
,
''
,
'加工平台处理数据时间'
,
'TEXT'
,
'log_time'
,
1662434874803
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-05 22:27:55'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'sigAndStaExchangeRate'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'coinsCode'
,
''
,
'指标新增_共保标识代码'
,
'TEXT'
,
'coinsCode'
,
1662619013140
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:36:53'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'mainSalesmanName'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcSolution'
,
''
,
'plcSolution'
,
'OBJECT'
,
'plcSolution'
,
1659595474325
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-04 01:44:34'
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-04 02:00:43'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'c86b7b14e15346d59e76a524716a5727'
,
''
,
''
,
''
,
''
,
''
,
''
,
'plcCoins'
,
'policyCreatDate'
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'transferPolicyFlag'
,
''
,
'转保标识1'
,
'TEXT'
,
'transferPolicyFlag'
,
1658901338743
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-07-27 00:55:39'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'autoTransrenewFlag'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'endorseTime'
,
''
,
'指标新增_批单计算起保时间'
,
'TEXT'
,
'endorseTime'
,
1662618964691
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:36:05'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'signDate'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'endTime'
,
''
,
'终保时间'
,
'TEXT'
,
'endTime'
,
1662012979084
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:16:19'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'startTime'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'actualId'
,
''
,
'指标新增_唯一标识需验证'
,
'TEXT'
,
'actualId'
,
1662619031741
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:37:12'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsLinkCode'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'mainSalesmanName'
,
''
,
'指标新增_归属业务员名称'
,
'TEXT'
,
'mainSalesmanName'
,
1662619002913
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:36:43'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'mainSalesmanCode'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'policyCreatDate'
,
''
,
'核保通过时间'
,
'TEXT'
,
'policyCreatDate'
,
1659426496457
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-02 02:48:16'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-01 02:07:00'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'transrenewFlag'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'productCode'
,
''
,
'险种代码'
,
'TEXT'
,
'productCode'
,
1655370328938
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:05:29'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'businessOffice'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'recordClerkName'
,
''
,
'归属业务员名称'
,
'TEXT'
,
'recordClerkName'
,
1655370445972
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:07:26'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'recordClerkCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'coinsLinkCode'
,
''
,
'指标新增_联保标志代码'
,
'TEXT'
,
'coinsLinkCode'
,
1662619025385
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-08 01:37:05'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'coinsCode'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'sigAndStaExchangeRate'
,
''
,
'到人民币汇率'
,
'TEXT'
,
'sigAndStaExchangeRate'
,
1662013454502
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:24:15'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-05 22:19:10'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'policySort'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'transrenewFlag'
,
''
,
'续保标识'
,
'TEXT'
,
'transrenewFlag'
,
1658901350639
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-07-27 00:55:51'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'transferPolicyFlag'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'netPremium'
,
''
,
'不含税保费'
,
'TEXT'
,
'netPremium'
,
1662012987712
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:16:28'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'endTime'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessNatureCode'
,
''
,
'业务来源'
,
'TEXT'
,
'businessNatureCode'
,
1655370336259
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-16 04:05:36'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'productCode'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'policySort'
,
''
,
'保单种类'
,
'TEXT'
,
'policySort'
,
1662013431780
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:23:52'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'saleamanName'
,
0
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyz1a2bf0e9348b1a8fcc8c81a0c29e9'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'businessChannelCode'
,
''
,
'业务渠道'
,
'TEXT'
,
'businessChannelCode'
,
1655448310699
,
'1'
,
''
,
'0'
,
'0'
,
null
,
'4e8c3989-3ef9-448f-ab98-fa5667856988'
,
'2022-06-17 01:45:11'
,
''
,
null
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'recordClerkName'
,
0
,
null
,
null
,
null
,
'EAST_SOURCE_TYPE'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzb7b14e15346d59e76a524716a5727'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCommissionDetail'
,
''
,
'plcCommissionDetail'
,
'OBJECT'
,
'plcCommissionDetail'
,
1662012502594
,
'1'
,
''
,
'0'
,
'0'
,
2
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:08:23'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-01 02:17:13'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'1e53127822944120977fec8f849516cf'
,
''
,
''
,
''
,
''
,
''
,
''
,
'agentNetFee'
,
'PlcRation'
,
2
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzb7b14e15346d59e76a524716a5727'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'PlcRation'
,
''
,
'PlcRation'
,
'OBJECT'
,
'PlcRation'
,
1662012342017
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'4e4bedc0-4c9a-4f57-bc42-6123f1b6e099'
,
'2022-09-01 01:05:42'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-09-01 02:17:10'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'bc88a6f8723b4539b0d453c093a8ac38'
,
''
,
''
,
''
,
''
,
''
,
''
,
'artifReviewPrem'
,
'plcCoins'
,
1
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
,(
'xyzb7b14e15346d59e76a524716a5727'
,
'711898d050954bab8d0b12d2a7cce75e'
,
replace
(
uuid
(),
'_'
,
''
),
'plcCoins'
,
''
,
'plcCoins'
,
'OBJECT'
,
'plcCoins'
,
1659595197923
,
'1'
,
''
,
'0'
,
'0'
,
1
,
'eaf3a3b0-4f42-4bfd-9cbe-b31b24e79dc6'
,
'2022-08-04 01:39:58'
,
'5bf3e8b2-8c1b-493e-9b90-195f4696e0b4'
,
'2022-08-17 22:08:24'
,
null
,
''
,
''
,
''
,
0
,
''
,
''
,
'1'
,
'4f521c9ebce44b8f88a62da3915f87af'
,
''
,
''
,
''
,
''
,
''
,
''
,
'plcCoinsBasicInformation'
,
''
,
1
,
null
,
null
,
null
,
'INST_CLASS'
,
''
,
null
,
null
,
null
,
''
,
''
,
''
,
''
,
null
,
null
)
;
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