Selaa lähdekoodia

修改服务费率

yumeng 1 vuosi sitten
vanhempi
commit
638a988946

+ 2 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

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