智慧厨房
This commit is contained in:
parent
aeab07fa12
commit
aa66bfdb39
|
|
@ -90,7 +90,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
and ksdr.sample_save_time <![CDATA[ >= ]]> #{startDateTime}
|
||||
</if>
|
||||
<if test="endDateTime != null">
|
||||
and ksdr.sample_save_time <![CDATA[ <= ]]> #{endDateTime}
|
||||
and ksdr.sample_save_time <![CDATA[ < ]]> #{endDateTime}
|
||||
</if>
|
||||
</where>
|
||||
order by ksdr.record_id desc
|
||||
|
|
|
|||
Loading…
Reference in New Issue