浏览代码

修改服务费率

yumeng 1 年之前
父节点
当前提交
638a988946
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 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