|
@@ -51,6 +51,7 @@
|
|
|
t2.social_credit_code as social_credit_code,
|
|
|
t3.nick_name as signer_name,
|
|
|
t4.title as source_category_name,
|
|
|
+ t2.customer_label_id as customerLabelId,
|
|
|
t4.referrer_data_source
|
|
|
FROM biz_archive_input t1
|
|
|
left join biz_company t2 on t2.id = t1.company_id
|
|
@@ -122,6 +123,7 @@
|
|
|
t2.social_credit_code as social_credit_code,
|
|
|
t3.nick_name as signer_name,
|
|
|
t4.title as source_category_name,
|
|
|
+ t2.customer_label_id as customerLabelId,
|
|
|
t4.referrer_data_source
|
|
|
FROM biz_archive_input t1
|
|
|
left join biz_company t2 on t2.id = t1.company_id
|