|
@@ -2678,8 +2678,7 @@
|
|
|
and collect_sample_id = #{collectSampleId}
|
|
|
</if>
|
|
|
<if test="start != null and start != ''">
|
|
|
- and create_time >= str_to_date(concat(date_format(#{start}, '%Y-%m-%d'), '00:00:01'), '%Y-%m-%d
|
|
|
- %H:%i:%s')
|
|
|
+ and create_time >= str_to_date(concat(date_format(#{start}, '%Y-%m-%d'), '00:00:01'), '%Y-%m-%d %H:%i:%s')
|
|
|
</if>
|
|
|
<if test="end != null and end != ''">
|
|
|
and create_time <= str_to_date(concat(date_format(#{end}, '%Y-%m-%d'), '23:59:59'), '%Y-%m-%d %H:%i:%s')
|