[KC-103] 추론 실행 배치 수정
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user