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