浏览代码

修改服务费率

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

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

@@ -315,10 +315,8 @@
         then 0
         else round(tt.ccr_value / 100 , 2)
         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
         on t.item_id = tt.item_id
         where