瀏覽代碼

报表统计,新上监控 数据源换表2

zhaoxian 10 月之前
父節點
當前提交
8f37c85f0c

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/NewMonitorMapper.xml

@@ -233,7 +233,7 @@
 
     <select id="getPlanSum" resultType="com.alibaba.fastjson.JSONObject">
         SELECT IFNULL(SUM(new_campaign_num),0) AS 'new',
-        '-' AS 'valid'
+        '0' AS 'valid'
         FROM
         application.app_kuaishou_account_base_info_d
         where stat_date >= #{startDate}
@@ -300,7 +300,7 @@
 
     <select id="getPlanSumBytedance" resultType="com.alibaba.fastjson.JSONObject">
         SELECT IFNULL(SUM(promotion_num),0) AS 'new',
-        '-' AS 'valid'
+        '0' AS 'valid'
         FROM
         application.app_bytedance_account_base_info_d
         where stat_date >= #{startDate}