|
@@ -67,7 +67,7 @@
|
|
|
<if test="emailType !=null">
|
|
|
and epi.email_type = #{emailType}
|
|
|
</if>
|
|
|
- <if test="reviewStatus !=null and reviewStatus != ''">
|
|
|
+ <if test="reviewStatus !=null">
|
|
|
and epi.review_status = #{reviewStatus}
|
|
|
</if>
|
|
|
<if test="parseStatus !=null">
|
|
@@ -127,7 +127,7 @@
|
|
|
<if test="emailType !=null">
|
|
|
and epi.email_type = #{emailType}
|
|
|
</if>
|
|
|
- <if test="reviewStatus !=null and reviewStatus != ''">
|
|
|
+ <if test="reviewStatus !=null">
|
|
|
and epi.review_status = #{reviewStatus}
|
|
|
</if>
|
|
|
<if test="parseStatus !=null">
|