|
@@ -135,7 +135,9 @@
|
|
|
IFNULL(ROUND(SUM(bclick)/SUM(aclick)*100,2),0) as actionRatio
|
|
|
FROM ctop_kuaishou_audience_report_daily_account
|
|
|
where 1=1
|
|
|
- AND business_interest_tags != '其他'
|
|
|
+ <if test="count > 0 ">
|
|
|
+ AND business_interest_tags != '其他'
|
|
|
+ </if>
|
|
|
<if test="accountId != null">
|
|
|
and account_id = #{accountId}
|
|
|
</if>
|