|
@@ -329,7 +329,7 @@
|
|
|
IFNULL((SUM(abi.new_ad_num) - SUM(abi.trust_campaign_num)),0) as trustUnitNum,
|
|
|
IFNULL(SUM( abi.new_video_num ),0) AS newVideoNum,
|
|
|
IFNULL(SUM( abi.new_hot_num ),0) AS newHotNum,
|
|
|
- IFNULL(SUM( abi.trust_campaign_num ),0) AS newUnitNum
|
|
|
+ IFNULL(SUM( abi.new_ad_num ),0) AS newUnitNum
|
|
|
from application.app_bytedance_account_base_info_d abi,
|
|
|
`jeecg-boot`.ctop_user_allocation u
|
|
|
WHERE abi.account_id = u.account_id
|