Przeglądaj źródła

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

chenjianhua 6 miesięcy temu
rodzic
commit
76a121f630

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

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