Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
| 67 | AND tb.create_time >= #{vo.applicationDateStart} | 67 | AND tb.create_time >= #{vo.applicationDateStart} |
| 68 | </if> | 68 | </if> |
| 69 | <if test="vo.applicationDateEnd != null"> | 69 | <if test="vo.applicationDateEnd != null"> |
| 70 | - AND tb.create_time <= #{vo.applicationDateEnd} | 70 | + AND tb.create_time <= CONCAT(DATE(#{vo.applicationDateEnd}), ' 23:59:59') |
| 71 | </if> | 71 | </if> |
| 72 | </where> | 72 | </where> |
| 73 | order by tb.create_time desc | 73 | order by tb.create_time desc |