[KC-103] 추론 실행 배치 수정

This commit is contained in:
2026-01-13 15:58:07 +09:00
parent 539ee50371
commit 56e7866d4f

View File

@@ -144,9 +144,8 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
return Optional.ofNullable(
queryFactory
.selectFrom(mapSheetLearnEntity)
.where(mapSheetLearnEntity.id.eq(106L))
// .where(mapSheetLearnEntity.status.eq(status))
// .limit(1)
.where(mapSheetLearnEntity.status.eq(status))
.limit(1)
.fetchOne());
}