Merge pull request '이관 가능한 라벨러 목록 쿼리 엔티티 수정' (#158) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/158
This commit is contained in:
2026-01-07 18:09:56 +09:00

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(