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