|
@@ -175,7 +175,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
|