|
@@ -315,10 +315,8 @@
|
|
then 0
|
|
then 0
|
|
else round(tt.ccr_value / 100 , 2)
|
|
else round(tt.ccr_value / 100 , 2)
|
|
end
|
|
end
|
|
- ) as 'ccrInt'
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ ) as 'ccrInt',
|
|
|
|
+ round(tt.investment_promotion_rate / 10, 2) as 'investmentPromotionRate'
|
|
from kuaishou_item_list t left join kuaishou_activity_open_item_list tt
|
|
from kuaishou_item_list t left join kuaishou_activity_open_item_list tt
|
|
on t.item_id = tt.item_id
|
|
on t.item_id = tt.item_id
|
|
where
|
|
where
|