|
@@ -208,8 +208,8 @@
|
|
<if test="item.email !=null and item.email !=''">
|
|
<if test="item.email !=null and item.email !=''">
|
|
and email like concat('%',#{item.email},'%')
|
|
and email like concat('%',#{item.email},'%')
|
|
</if>
|
|
</if>
|
|
- <if test="senderEmail !=null and senderEmail !=''">
|
|
|
|
- and sender_email like concat('%',#{senderEmail},'%')
|
|
|
|
|
|
+ <if test="item.senderEmail !=null and item.senderEmail !=''">
|
|
|
|
+ and sender_email like concat('%',#{item.senderEmail},'%')
|
|
</if>
|
|
</if>
|
|
<if test="item.emailType !=null">
|
|
<if test="item.emailType !=null">
|
|
and email_type = #{item.emailType}
|
|
and email_type = #{item.emailType}
|