邮箱采集-修改判断

release
zhenghaiyang@ele-cloud.com 2 years ago
parent bdeb314fc9
commit 374857200f
  1. 4
      dxhy-core/src/main/resources/mapper/mailGather/MailGatherLogMapper.xml

@ -49,10 +49,10 @@
<if test="ocrType != null and ocrType != ''">
and m.ocr_type = #{ocrType}
</if>
<if test="startTime !=null and startTime != ''">
<if test="startTime !=null">
and m.create_time >= #{startTime}
</if>
<if test="endTime !=null and endTime != ''">
<if test="endTime !=null">
and #{endTime} >= m.create_time
</if>
</where>

Loading…
Cancel
Save