Bläddra i källkod

Merge remote-tracking branch 'origin/master'

syh 4 år sedan
förälder
incheckning
71ea4b13e8

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

@@ -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>