추론 결과 조회 수정

This commit is contained in:
2026-01-22 13:31:03 +09:00
parent 86c9a6b98d
commit 14394eb909
5 changed files with 35 additions and 5 deletions

View File

@@ -442,7 +442,7 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
"substring({0} from 1 for 8)",
mapSheetAnalDataInferenceGeomEntity.resultUid),
pnu,
Expressions.nullExpression(String.class)))
mapSheetAnalDataInferenceGeomEntity.passYn))
.from(mapSheetAnalInferenceEntity)
.join(mapSheetAnalDataInferenceEntity)
.on(mapSheetAnalDataInferenceEntity.analUid.eq(mapSheetAnalInferenceEntity.id))