浏览代码

达人ID lei xing

zhaoxian 2 年之前
父节点
当前提交
089fc49a2a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      ruixuan-live/src/main/resources/mapper/report/KuaishouLiveAccountReportMapper.xml

+ 4 - 4
ruixuan-live/src/main/resources/mapper/report/KuaishouLiveAccountReportMapper.xml

@@ -531,8 +531,8 @@
         (
         SELECT
         IFNULL(SUM(cost_total),0)AS'costTotal',
-        IFNULL(SUM(gmv),0)AS't0Gmv',
-        IFNULL(SUM(gmv)/SUM(cost_total),0)AS't0Roi',
+        IFNULL(SUM(t0_gmv),0)AS't0Gmv',
+        IFNULL(SUM(t0_gmv)/SUM(cost_total),0)AS't0Roi',
         IFNULL(SUM(cost_total)/SUM(standard_live_played_started),0)AS'viewCost',
         IFNULL(SUM(merchant_reco_fans),0)AS'upFans',
         IFNULL(SUM(cost_total)/SUM(t0_order_cnt),0)AS'orderCost'
@@ -552,8 +552,8 @@
         (
         SELECT
         IFNULL(SUM(cost_total),0)AS'costTotal',
-        IFNULL(SUM(gmv),0)AS't0Gmv',
-        IFNULL(SUM(gmv)/SUM(cost_total),0)AS't0Roi',
+        IFNULL(SUM(t0_gmv),0)AS't0Gmv',
+        IFNULL(SUM(t0_gmv)/SUM(cost_total),0)AS't0Roi',
         IFNULL(SUM(cost_total)/SUM(standard_live_played_started),0)AS'viewCost',
         IFNULL(SUM(merchant_reco_fans),0)AS'upFans',
         IFNULL(SUM(cost_total)/SUM(t0_order_cnt),0)AS'orderCost'