|
@@ -107,7 +107,8 @@
|
|
|
t1.promoter_url as 'promoterUrl',
|
|
|
t1.fans_number as 'fansNumber',
|
|
|
t2.30day_gmv as 'monthDayGmv',
|
|
|
- t2.30day_order_num as 'monthDayOrderNum'
|
|
|
+ t2.30day_order_num as 'monthDayOrderNum',
|
|
|
+ t2.valid_amount as 'validAmount'
|
|
|
FROM
|
|
|
kuaishou_promoter t1
|
|
|
LEFT JOIN promoter_oerder_amount t2 ON t1.promoter_id = t2.promoter_id
|
|
@@ -128,7 +129,8 @@
|
|
|
t1.handurl as 'promoterUrl',
|
|
|
t1.fans as 'fansNumber',
|
|
|
t2.30day_gmv as 'monthDayGmv',
|
|
|
- t2.30day_order_num as 'monthDayOrderNum'
|
|
|
+ t2.30day_order_num as 'monthDayOrderNum',
|
|
|
+ t2.valid_amount as 'validAmount'
|
|
|
FROM
|
|
|
promoter_info t1
|
|
|
LEFT JOIN promoter_oerder_amount t2 ON t1.promoter_id = t2.promoter_id
|
|
@@ -150,7 +152,8 @@
|
|
|
t1.handurl as 'promoterUrl',
|
|
|
t1.fans as 'fansNumber',
|
|
|
t2.30day_gmv as 'monthDayGmv',
|
|
|
- t2.30day_order_num as 'monthDayOrderNum'
|
|
|
+ t2.30day_order_num as 'monthDayOrderNum',
|
|
|
+ t2.valid_amount as 'validAmount'
|
|
|
FROM
|
|
|
promoter_info t1
|
|
|
LEFT JOIN promoter_oerder_amount t2 ON t1.promoter_id = t2.promoter_id
|