|
@@ -87,6 +87,7 @@
|
|
|
<include refid="selectEmailParse"/>
|
|
|
where epi.isvalid =1 and epi.id =#{id}
|
|
|
</select>
|
|
|
+
|
|
|
<select id="searchEmailCount" resultType="java.lang.Integer">
|
|
|
select count(1) from PPW_EMAIL.email_parse_info where isvalid=1
|
|
|
<if test="parseStatus != null and parseStatus != -1">
|