소스 검색

短剧修

yumeng 8 달 전
부모
커밋
8b48f090aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/DuanJUReportMapper.xml

+ 1 - 0
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/DuanJUReportMapper.xml

@@ -119,6 +119,7 @@
         WHERE t1.stat_date >= #{start}
         AND t1.stat_date <= #{end}) t
         where 1 = 1
+        and sum(t.charge) > 0
         <if test="videoName!=null and videoName!=''">and t.photo_name like concat('%',#{videoName},'%')</if>
         group by t.photo_id
         ORDER BY sum(t.charge) DESC limit 100