bugfix for allBetweenAndUser Endpoint of records
This commit is contained in:
parent
ea4493f955
commit
17a759ce1e
@ -27,8 +27,8 @@ public interface RecordRepository extends PagingAndSortingRepository<TimeRecord,
|
||||
|
||||
@RestResource(rel = "allBetweenAndUser", path = "allBetweenAndUser")
|
||||
Page<TimeRecord> findAllByStartdateBetweenAndAccount_User_Username(
|
||||
LocalDateTime start,
|
||||
LocalDateTime end,
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss") LocalDateTime start,
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss") LocalDateTime end,
|
||||
String username,
|
||||
Pageable pageable
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user