diff --git a/dxhy-core/src/main/resources/mapper/mailGather/MailGatherLogMapper.xml b/dxhy-core/src/main/resources/mapper/mailGather/MailGatherLogMapper.xml index 981e8515..eb3bf18f 100644 --- a/dxhy-core/src/main/resources/mapper/mailGather/MailGatherLogMapper.xml +++ b/dxhy-core/src/main/resources/mapper/mailGather/MailGatherLogMapper.xml @@ -27,7 +27,7 @@ - SELECT m.create_time, e.dept_name, e.username, m.from_address, m.file_name, m.file_type, m.ocr_type, m.error_msg FROM @@ -49,10 +49,10 @@ and m.ocr_type = #{ocrType} - + and m.create_time >= #{startTime} - + and #{endTime} >= m.create_time