@@ -115,6 +115,7 @@
<if test="companyId != null and companyId !=''">
and c.company_id=#{companyId}
</if>
+ order by cesh.send_time desc
limit #{offset},#{pageSize}
</select>
<select id="countCompanyEmailhistory" resultType="java.lang.Long"