@@ -105,7 +105,7 @@
</if>
<if test="startDate != null and startDate != '' ">
and t1.create_time >= #{startDate}
- and t1.create_time <= #{endDate}
+ and t1.create_time <= concat(#{endDate},' 23:59:59')
</where>
GROUP BY t1.id