智慧厨房

This commit is contained in:
gaowdong 2025-06-26 17:25:42 +08:00
parent aeab07fa12
commit aa66bfdb39
1 changed files with 1 additions and 1 deletions

View File

@ -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