라벨링 툴 detail 에 상태값 명칭 수정
This commit is contained in:
@@ -591,7 +591,7 @@ public class TrainingDataLabelRepositoryImpl extends QuerydslRepositorySupport
|
||||
.afterCogUrl(afterCogUrl)
|
||||
.mapBox(mapBbox)
|
||||
.learnGeometries(learnDataList) // learnGeometry -> learnGeometries
|
||||
.labelState(assignment.toDto().getWorkState())
|
||||
.workState(assignment.toDto().getWorkState())
|
||||
.build();
|
||||
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user