|
@@ -634,7 +634,7 @@ public class WorkOverController {
|
|
}
|
|
}
|
|
|
|
|
|
if (endTime!=null) {
|
|
if (endTime!=null) {
|
|
- searchParams.put("endDate", endTime);
|
|
|
|
|
|
+ searchParams.put("endDate", new DateTime(endTime).plusDays(1).plusSeconds(-1).toDate());
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotEmpty(status)) {
|
|
if(StringUtils.isNotEmpty(status)) {
|