[KC-99] 추론관리 분석결과 상세목록 uuid없을때 오류 메시지 변경

This commit is contained in:
2026-01-16 09:54:20 +09:00
parent ad9af31c00
commit 6d50198352
5 changed files with 6 additions and 6 deletions

View File

@@ -366,7 +366,7 @@ public class InferenceResultApiController {
public ApiResponseDto<Page<InferenceDetailDto.Geom>> getInferenceGeomList(
@Parameter(description = "회차 uuid", example = "8584e8d4-53b3-4582-bde2-28a81495a626")
@RequestParam(required = true)
String uuid,
UUID uuid,
@Parameter(description = "기준년도 분류", example = "land") @RequestParam(required = false)
String targetClass,
@Parameter(description = "비교년도 분류", example = "waste") @RequestParam(required = false)