1.前端传2024-06-21 到我们xml sql 文件中默认实际是 2024-06-21 00:00:00
<if test="dto.startTime != null">
and ps.created_at >= #{dto.startTime}
</if>
<if test="dto.endTime != null">
and ps.created_at <= #{dto.endTime}
</if>
所以我们必须给endTime,给结束的时分秒 23:59:59,要不然就会查不到数据