Skip to content

Commit ede37d8

Browse files
authored
Merge pull request #141 from kjoon418/main
fix: 자료 포함 조회 쿼리에서 자료만 조회하던 문제 해결
2 parents 34f86cc + 52eca60 commit ede37d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/kotlin/goodspace/bllsoneshot/repository/task/TaskRepository.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ interface TaskRepository : JpaRepository<Task, Long> {
2828
SELECT t FROM Task t
2929
WHERE t.mentee.id = :userId
3030
AND t.date = :date
31-
AND t.isResource = true
3231
"""
3332
)
3433
fun findCurrentTasksIncludeResource(userId: Long, date: LocalDate): List<Task>

0 commit comments

Comments
 (0)