Explorar el Código

feat: 邮件类型分布不做类型限制

chenjianhua hace 6 meses
padre
commit
76a121f630

+ 0 - 3
service-base/src/main/resources/mapper/EmailParseInfoMapper.xml

@@ -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">