@@ -191,9 +191,6 @@
<if test="senderEmail !=null and senderEmail !=''">
and sender_email like concat('%',#{senderEmail},'%')
</if>
- <if test="emailType !=null">
- and email_type = #{emailType}
- </if>
group by email_type
</select>
<select id="countpdfNoData" resultType="java.lang.Long">