[KC-103] 추론 실행 배치 수정
This commit is contained in:
@@ -144,9 +144,8 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
|
|||||||
return Optional.ofNullable(
|
return Optional.ofNullable(
|
||||||
queryFactory
|
queryFactory
|
||||||
.selectFrom(mapSheetLearnEntity)
|
.selectFrom(mapSheetLearnEntity)
|
||||||
.where(mapSheetLearnEntity.id.eq(106L))
|
.where(mapSheetLearnEntity.status.eq(status))
|
||||||
// .where(mapSheetLearnEntity.status.eq(status))
|
.limit(1)
|
||||||
// .limit(1)
|
|
||||||
.fetchOne());
|
.fetchOne());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user