이관 가능한 라벨러 목록 쿼리 엔티티 수정
This commit is contained in:
@@ -1101,7 +1101,7 @@ public class LabelAllocateRepositoryImpl implements LabelAllocateRepositoryCusto
|
||||
memberEntity.name,
|
||||
remainCnt,
|
||||
percent))
|
||||
.from(labelingLabelerEntity)
|
||||
.from(labelingAssignmentEntity)
|
||||
.innerJoin(memberEntity)
|
||||
.on(labelingAssignmentEntity.workerUid.eq(memberEntity.employeeNo))
|
||||
.where(
|
||||
|
||||
Reference in New Issue
Block a user