분석결과 상세 수정
This commit is contained in:
@@ -155,6 +155,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
|||||||
.from(mapSheetAnalSttcEntity)
|
.from(mapSheetAnalSttcEntity)
|
||||||
.where(mapSheetAnalSttcEntity.id.analUid.eq(id))
|
.where(mapSheetAnalSttcEntity.id.analUid.eq(id))
|
||||||
.groupBy(mapSheetAnalSttcEntity.id.classAfterCd)
|
.groupBy(mapSheetAnalSttcEntity.id.classAfterCd)
|
||||||
|
.orderBy(mapSheetAnalSttcEntity.id.classAfterCd.asc())
|
||||||
.fetch();
|
.fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user