Build Error Fix
This commit is contained in:
@@ -375,7 +375,8 @@ public class LabelAllocateRepositoryImpl implements LabelAllocateRepositoryCusto
|
||||
.where(
|
||||
labelingAssignmentEntity.analUid.eq(analUid),
|
||||
workerCondition,
|
||||
labelingAssignmentEntity.workState.in("DONE", "SKIP"),
|
||||
labelingAssignmentEntity.workState.in(
|
||||
LabelState.DONE.getId(), LabelState.SKIP.getId()),
|
||||
labelingAssignmentEntity.modifiedDate.between(startOfDay, endOfDay))
|
||||
.fetchOne();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user