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