|
@@ -236,7 +236,8 @@
|
|
then '是'
|
|
then '是'
|
|
else '-'
|
|
else '-'
|
|
end
|
|
end
|
|
- ) as 'isPresale'
|
|
|
|
|
|
+ ) as 'isPresale',
|
|
|
|
+ round(t3.investment_promotion_rate / 10, 2) as 'investmentPromotionRate'
|
|
from kuaishou_supply_chain t1
|
|
from kuaishou_supply_chain t1
|
|
left join kuaishou_item_bind_user t2
|
|
left join kuaishou_item_bind_user t2
|
|
on t1.item_id = t2.item_id
|
|
on t1.item_id = t2.item_id
|