학습데이터관리 목록 진행중 상태 수정
This commit is contained in:
@@ -1811,7 +1811,9 @@ public class LabelAllocateRepositoryImpl implements LabelAllocateRepositoryCusto
|
|||||||
return queryFactory
|
return queryFactory
|
||||||
.select(mapSheetAnalInferenceEntity.id.count())
|
.select(mapSheetAnalInferenceEntity.id.count())
|
||||||
.from(mapSheetAnalInferenceEntity)
|
.from(mapSheetAnalInferenceEntity)
|
||||||
.where(mapSheetAnalInferenceEntity.analState.eq(LabelMngState.ING.getId()))
|
.where(
|
||||||
|
mapSheetAnalInferenceEntity.analState.in(
|
||||||
|
LabelMngState.ASSIGNED.getId(), LabelMngState.ING.getId()))
|
||||||
.fetchOne();
|
.fetchOne();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user