瀏覽代碼

短剧修

yumeng 8 月之前
父節點
當前提交
63a4bbc027

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

@@ -122,7 +122,7 @@
         and sum(t.charge) > 0
         and sum(t.charge) > 0
         <if test="videoName!=null and videoName!=''">and t.photo_name like concat('%',#{videoName},'%')</if>
         <if test="videoName!=null and videoName!=''">and t.photo_name like concat('%',#{videoName},'%')</if>
         group by t.photo_id
         group by t.photo_id
-        ORDER BY sum(t.charge) DESC limit 100
+        ORDER BY sum(t.charge) DESC
     </select>
     </select>
     <select id="getAgentToken" resultType="java.lang.String" parameterType="java.lang.Long">
     <select id="getAgentToken" resultType="java.lang.String" parameterType="java.lang.Long">
         SELECT access_token
         SELECT access_token