浏览代码

账户维度-添加bidType

zhaoxian 4 年之前
父节点
当前提交
98acbc7cb9

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/EtlKuaiShouGroupDailyReportMapper.xml

@@ -73,6 +73,7 @@
         t1.charge,
         ROUND(t1.charge/activation,2) as 'activationCost',
         bid,
+        bid_type as 'bidType',
         unit_status as 'unitStatus',
         activation,
         ROUND((t1.charge-t2.charge)/t2.charge*100,2) 'grew'