[KC-103] 추론 실행 배치 오류 수정

This commit is contained in:
2026-01-13 14:41:29 +09:00
parent c77f0a6336
commit c3e3d2889c
5 changed files with 23 additions and 7 deletions

View File

@@ -217,7 +217,8 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
model.cdModelConfigFileName.as("cdModelConfigFileName"),
model.clsModelPath,
model.clsModelFileName,
model.clsModelVersion))
model.clsModelVersion,
model.priority))
.from(mapSheetLearnEntity)
.join(model)
.on(model.uuid.eq(modelUuid))