이관 가능한 라벨러 목록 쿼리 엔티티 수정

This commit is contained in:
2026-01-07 18:09:10 +09:00
parent a02e19d4e1
commit aacf47a612

View File

@@ -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(