@ -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 test="endTime !=null and endTime != ''">
<if test="endTime !=null">
and #{endTime} >= m.create_time
</where>