Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -209,7 +209,7 @@ | @@ -209,7 +209,7 @@ | ||
| 209 | </if> | 209 | </if> |
| 210 | <if test="vo.createTimeEnd != null"> | 210 | <if test="vo.createTimeEnd != null"> |
| 211 | <![CDATA[ | 211 | <![CDATA[ |
| 212 | - AND tb.create_time <= #{vo.createTimeEnd} | 212 | + AND tb.create_time < DATE_ADD(#{vo.createTimeEnd}, INTERVAL 1 DAY) |
| 213 | ]]> | 213 | ]]> |
| 214 | </if> | 214 | </if> |
| 215 | </where> | 215 | </where> |