@@ -122,7 +122,7 @@
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
+ ORDER BY sum(t.charge) DESC
</select>
<select id="getAgentToken" resultType="java.lang.String" parameterType="java.lang.Long">
SELECT access_token