Browse Source

update

tags/Baseline_30082024_BACKEND_UAT
leoho2fi 1 year ago
parent
commit
f07f64d412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/project/entity/ProjectRepository.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/project/entity/ProjectRepository.kt View File

@@ -20,5 +20,5 @@ interface ProjectRepository : AbstractRepository<Project, Long> {

fun findAllByPlanStartLessThanEqualAndPlanEndGreaterThanEqual(remainedDateFrom: LocalDate?, remainedDateTo: LocalDate?)

fun findByDateRange(start: LocalDate, end: LocalDate): List<Project>
fun findAllByDateRange(start: LocalDate, end: LocalDate): List<Project>
}

Loading…
Cancel
Save