분석결과 상세 수정

This commit is contained in:
2025-11-28 17:58:57 +09:00
parent 23aff2a04e
commit 5b9a1c4943

View File

@@ -155,6 +155,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
.from(mapSheetAnalSttcEntity)
.where(mapSheetAnalSttcEntity.id.analUid.eq(id))
.groupBy(mapSheetAnalSttcEntity.id.classAfterCd)
.orderBy(mapSheetAnalSttcEntity.id.classAfterCd.asc())
.fetch();
}