Pārlūkot izejas kodu

盯盘-运营经理-账户数量过滤消耗为0

yangzian 3 gadi atpakaļ
vecāks
revīzija
3c58ee8495

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialStareMapper.xml

@@ -127,7 +127,7 @@
         COUNT(DISTINCT account_id) accountNum
         FROM
         application.kuaishou_account_report_daily_dw
-        where 1 = 1
+        where charge > 0
         <if test="startDate != null and startDate != '' ">
             and stat_date &gt;= #{startDate}
         </if>