Explorar el Código

update

tags/Baseline_30082024_BACKEND_UAT
leoho2fi hace 1 año
padre
commit
f07f64d412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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>
}

Cargando…
Cancelar
Guardar